BaseSimpleLuceneIndexer.GetHash 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:
Syntaxprotected 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: System.String
Graph URI. - n
- Type: VDS.RDF.INode
Node. - text
- Type: System.String
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