Click or drag to resize

FullTextSearchResult Constructor (Uri, INode, Double)

Creates a new Full Text Search Result.

Namespace:  VDS.RDF.Query.FullText.Search
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public FullTextSearchResult(
	Uri graphUri,
	INode n,
	double score
)

Parameters

graphUri
Type: SystemUri
Graph URI.
n
Type: VDS.RDFINode
Node.
score
Type: SystemDouble
Score.
See Also