Click or drag to resize

FullTextMatchPropertyFunction Class

Property Function which does full text matching.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.PropertyFunctionsFullTextMatchPropertyFunction

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public class FullTextMatchPropertyFunction : ISparqlPropertyFunction

The FullTextMatchPropertyFunction type exposes the following members.

Constructors
  NameDescription
Public methodFullTextMatchPropertyFunction
Constructs a Full Text Match property function.
Top
Properties
  NameDescription
Public propertyFunctionUri
Gets the Function URI for the property function.
Public propertyVariables
Gets the Variables used in the property function.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the property function.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetResults(IEnumerableUri, IFullTextSearchProvider, String)
Gets the Full Text Results for a specific search query.
Protected methodGetResults(IEnumerableUri, IFullTextSearchProvider, String, Int32)
Gets the Full Text Results for a specific search query.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also