IFullTextSearchProviderIsAutoSynced Property |
Gets whether the search provider is automatically synced with the index i.e. whether queries will always return results based on the latest state of the index.
Namespace:
VDS.RDF.Query.FullText.Search
Assembly:
dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax bool IsAutoSynced { get; }
ReadOnly Property IsAutoSynced As Boolean
Get
Property Value
Type:
BooleanRemarks
Some implementations may allow this behaviour to be configured while for others this feature may always be on/off.
See Also