Click or drag to resize

FullTextSearchResult Class

Basic Implementation of a Full Text Search Result.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.FullText.SearchFullTextSearchResult

Namespace:  VDS.RDF.Query.FullText.Search
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public sealed class FullTextSearchResult : IFullTextSearchResult

The FullTextSearchResult type exposes the following members.

Constructors
  NameDescription
Public methodFullTextSearchResult(INode, Double)
Creates a new Full Text Search Result.
Public methodFullTextSearchResult(Uri, INode, Double)
Creates a new Full Text Search Result.
Top
Properties
  NameDescription
Public propertyGraphUri
Gets the Graph URI of the result.
Public propertyNode
Gets the Node.
Public propertyScore
Gets the Score.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also