Click or drag to resize

IFullTextIndexer Interface

Interface for classes that provide full text indexing functionality.

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

The IFullTextIndexer type exposes the following members.

Properties
  NameDescription
Public propertyIndexingMode
Gets the Indexing Mode used.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFlush
Flushes any outstanding changes to the Index.
Public methodIndex(IGraph)
Indexes a Graph.
Public methodIndex(ISparqlDataset)
Indexes a Dataset.
Public methodIndex(Triple)
Indexes a Triple.
Public methodUnindex(IGraph)
Unindexes a Graph.
Public methodUnindex(ISparqlDataset)
Unindexes a Dataset.
Public methodUnindex(Triple)
Unindexes a Triple.
Top
See Also