←Select platform

IndexDirectory Property

Summary

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

Syntax
C#
VB
C++
Java
public string IndexDirectory { get; set; } 
Public Property IndexDirectory() As String 
   Get 
   Set 
public:  
   property String^ IndexDirectory 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getIndexDirectory(); 
public void setIndexDirectory( 
   java.lang.String string 
); 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.