See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
IndexJob::TempFileDir Property

Folder to use instead of the index folder for temporary files during indexing.

C#
public String TempFileDir;
Visual Basic
Public Property TempFileDir() As String
Remarks

During indexing, the dtSearch Engine may need to create temporary files to store word lists that are too large to fit into memory. By default, these files will be placed in the index folder. Use this setting to specify a different location for the word lists. The indexer will automatically delete the word list files when the index update completes.  

 

See Also
You are here: dtSearch::Engine Namespace > IndexJob Class > IndexJob Properties > TempFileDir Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.