Click or drag to resize

IFullTextIndexer Methods

The IFullTextIndexer type exposes the following members.

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