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

| Edit this page View Source

GraphName

Gets the name of the graph that contains this result.

Declaration
IRefNode GraphName { get; }
Property Value
Type Description
IRefNode
| Edit this page View Source

GraphUri

Gets the Graph URI for this result.

Declaration
[Obsolete("Replaced by GraphName")]
Uri GraphUri { get; }
Property Value
Type Description
Uri
| Edit this page View Source

Node

Gets the Node that was returned for this result.

Declaration
INode Node { get; }
Property Value
Type Description
INode
| Edit this page View Source

Score

Gets the Score for this result.

Declaration
double Score { get; }
Property Value
Type Description
double

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • GraphName
    • GraphUri
    • Node
    • Score
  • Extension Methods
Back to top Generated by DocFX