Show / Hide Table of Contents

Class FullTextSearchResult

Basic Implementation of a Full Text Search Result.
Inheritance
System.Object
FullTextSearchResult
Implements
IFullTextSearchResult
Namespace: VDS.RDF.Query.FullText.Search
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public sealed class FullTextSearchResult : object, IFullTextSearchResult

Constructors

| Improve this Doc View Source

FullTextSearchResult(Uri, INode, Double)

Creates a new Full Text Search Result.
Declaration
public FullTextSearchResult(Uri graphUri, INode n, double score)
Parameters
Type Name Description
Uri graphUri Graph URI.
INode n Node.
System.Double score Score.
| Improve this Doc View Source

FullTextSearchResult(INode, Double)

Creates a new Full Text Search Result.
Declaration
public FullTextSearchResult(INode n, double score)
Parameters
Type Name Description
INode n Node.
System.Double score Score.

Properties

| Improve this Doc View Source

GraphUri

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

Node

Gets the Node.
Declaration
public INode Node { get; }
Property Value
Type Description
INode
| Improve this Doc View Source

Score

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

Implements

IFullTextSearchResult

Extension Methods

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