Show / Hide Table of Contents

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 Source

GraphUri

Gets the Graph URI for this result.
Declaration
Uri GraphUri { get; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Node

Gets the Node that was returned for this result.
Declaration
INode Node { get; }
Property Value
Type Description
INode
| Improve this Doc View Source

Score

Gets the Score for this result.
Declaration
double Score { get; }
Property Value
Type Description
System.Double

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • GraphUri
    • Node
    • Score
  • Extension Methods
Back to top Generated by DocFX