Click or drag to resize

IFullTextIndexer.Unindex Method (IGraph)

Unindexes a Graph.

Namespace:  VDS.RDF.Query.FullText.Indexing
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
void Unindex(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
Remarks
Implementations SHOULD automatically Flush changes to the indexes at the end of this operation.
See Also