Click or drag to resize

BaseSimpleLuceneIndexer.Index Method (String, INode, String)

Indexes a Node and some full text as a Lucene document.

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

Parameters

graphUri
Type: System.String
Graph URI.
n
Type: VDS.RDF.INode
Node.
text
Type: System.String
Full Text.
See Also