Click or drag to resize

IFullTextSearchResult Interface

Interface for representing Full Text Search Results.

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

The IFullTextSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyGraphUri
Gets the Graph URI for this result.
Public propertyNode
Gets the Node that was returned for this result.
Public propertyScore
Gets the Score for this result.
Top
See Also