Click or drag to resize

IFullTextIndexerUnindex 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.RDFIGraph
Graph.
Remarks
Implementations SHOULD automatically Flush changes to the indexes at the end of this operation.
See Also