Click or drag to resize

BaseSimpleFullTextIndexerUnindex Method (String, INode, String)

Abstract method that derived classes must implement to do the actual unindexing of full text and nodes.

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

Parameters

graphUri
Type: SystemString
Graph URI.
n
Type: VDS.RDFINode
Node to index.
text
Type: SystemString
Full Text to associate with the Node.
See Also