Class LuceneDirectoryIndexOptions
Represents options for the lucene index
public class LuceneDirectoryIndexOptions : LuceneIndexOptions
- Inheritance
-
LuceneDirectoryIndexOptions
- Inherited Members
Properties
DirectoryFactory
Returns the directory factory to use
public IDirectoryFactory? DirectoryFactory { get; set; }
Property Value
UnlockIndex
If true will force unlock the index on startup
public bool UnlockIndex { get; set; }