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 SourceGraphName
Gets the name of the graph that contains this result.
Declaration
IRefNode GraphName { get; }
Property Value
Type | Description |
---|---|
IRefNode |
GraphUri
Gets the Graph URI for this result.
Declaration
[Obsolete("Replaced by GraphName")]
Uri GraphUri { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
double |