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
)
Protected MustOverride Sub Unindex (
graphUri As String,
n As INode,
text As String
)
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