Click or drag to resize

IFullTextSearchProvider Interface

Interface for classes that provide full text search capability.

Namespace:  VDS.RDF.Query.FullText.Search
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public interface IFullTextSearchProvider : IDisposable

The IFullTextSearchProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsAutoSynced
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.
Top
Methods
Remarks
The Match() methods may allow for provider specific query syntaxes depending on the the underlying provider.
See Also