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
)
Protected Function GetHash (
graphUri As String,
n As INode,
text As String
) As String
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