BaseSimpleFullTextIndexerIndex Method (String, INode, String) |
Abstract method that derived classes must implement to do the actual indexing of full text and node pairs.
Namespace:
VDS.RDF.Query.FullText.Indexing
Assembly:
dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax protected abstract void Index(
string graphUri,
INode n,
string text
)
Protected MustOverride Sub Index (
graphUri As String,
n As INode,
text As String
)
Parameters
- graphUri
- Type: SystemString
Graph URI. - n
- Type: VDS.RDFINode
Node. - text
- Type: SystemString
Full Text.
See Also