Click or drag to resize

BaseSimpleFullTextIndexerUnindex Method

Overload List
  NameDescription
Public methodUnindex(IGraph)
Unindexes a Graph.
(Inherited from BaseFullTextIndexer.)
Public methodUnindex(ISparqlDataset)
Unindexes a Dataset.
(Inherited from BaseFullTextIndexer.)
Public methodUnindex(Triple)
Unindexes a Triple.
(Inherited from BaseFullTextIndexer.)
Protected methodUnindex(String, Triple)
Unindexes a Triple.
(Overrides BaseFullTextIndexerUnindex(String, Triple).)
Protected methodUnindex(String, INode, String)
Abstract method that derived classes must implement to do the actual unindexing of full text and nodes.
Top
See Also