Click or drag to resize

BaseLuceneSearchProvider.IsAutoSynced Property

Gets whether this search provider is always seeing the latest state of the index.

Namespace:  VDS.RDF.Query.FullText.Search.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public bool IsAutoSynced { get; }

Property Value

Type: Boolean

Implements

IFullTextSearchProvider.IsAutoSynced
See Also