Click or drag to resize

BaseSimpleLuceneIndexerGetHash Method

Gets the hash that should be included as part of a document so that it can be unindexed if desired.

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

Parameters

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

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Query.FullText.Indexing.Lucene.BaseSimpleLuceneIndexer.GetHash(System.String,VDS.RDF.INode,System.String)"]

See Also