Table of Contents

Class LuceneDirectoryIndexOptions

Namespace
Examine.Lucene
Assembly
Examine.Lucene.dll

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

IDirectoryFactory

UnlockIndex

If true will force unlock the index on startup

public bool UnlockIndex { get; set; }

Property Value

bool