←Select platform

IndexDirectory Property

Summary

Path to the directory to use for storing the index files.

Syntax
C#
C++/CLI
Java
Python
public string IndexDirectory { get; set; } 
public:  
   property String^ IndexDirectory 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getIndexDirectory(); 
public void setIndexDirectory( 
   java.lang.String string 
); 
IndexDirectory # get and set (DiskFullTextSearchManager) 

Property Value

Path to the directory to use for storing the index files. Default value is null.

Remarks

IndexDirectory must be set before calling any other method in this class. The directory can be local or in a network drive but must accessible for both reading and writing. The engine will try to create the directory set in this value if it does not exist.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.