Show / Hide Table of Contents

Class FullTextSearchResult

Basic Implementation of a Full Text Search Result.

Inheritance
object
FullTextSearchResult
Implements
IFullTextSearchResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.FullText.Search
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public sealed class FullTextSearchResult : IFullTextSearchResult

Constructors

| Edit this page 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.

double score

Score.

| Edit this page View Source

FullTextSearchResult(IRefNode, INode, double)

Creates a new Full Text Search Result.

Declaration
public FullTextSearchResult(IRefNode graphName, INode n, double score)
Parameters
Type Name Description
IRefNode graphName

Graph name.

INode n

Node.

double score

Score.

Properties

| Edit this page View Source

GraphName

Gets the name of the graph that contains the result.

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

GraphUri

Gets the Graph URI of the result.

Declaration
public Uri GraphUri { get; }
Property Value
Type Description
Uri
| Edit this page View Source

Node

Gets the Node.

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

Score

Gets the Score.

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

Implements

IFullTextSearchResult

Extension Methods

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