Interface IFullTextSearchResult
Interface for representing Full Text Search Results.
Namespace: VDS.RDF.Query.FullText.Search
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public interface IFullTextSearchResult
Properties
| Improve this Doc View SourceGraphUri
Gets the Graph URI for this result.
Declaration
Uri GraphUri { get; }
Property Value
Type | Description |
---|---|
Uri |
Node
Gets the Node that was returned for this result.
Declaration
INode Node { get; }
Property Value
Type | Description |
---|---|
INode |
Score
Gets the Score for this result.
Declaration
double Score { get; }
Property Value
Type | Description |
---|---|
System.Double |