Click or drag to resize

BaseSimpleLuceneIndexerUnindex Method (String, INode, String)

Unindexes a Node and some full text.

Namespace:  VDS.RDF.Query.FullText.Indexing.Lucene
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
protected override void Unindex(
	string graphUri,
	INode n,
	string text
)

Parameters

graphUri
Type: SystemString
Graph URI.
n
Type: VDS.RDFINode
Node.
text
Type: SystemString
Full Text.
See Also