Show / Hide Table of Contents

Class FullTextHelper

Helper Class containing constants and static functions for use with Full Text Search.

Inheritance
object
FullTextHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public static class FullTextHelper

Fields

| Edit this page View Source

ClassAnalyzer

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string ClassAnalyzer = "http://www.dotnetrdf.org/configuration/fulltext#Analyzer"
Field Value
Type Description
string
| Edit this page View Source

ClassIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string ClassIndex = "http://www.dotnetrdf.org/configuration/fulltext#Index"
Field Value
Type Description
string
| Edit this page View Source

ClassIndexer

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string ClassIndexer = "http://www.dotnetrdf.org/configuration/fulltext#Indexer"
Field Value
Type Description
string
| Edit this page View Source

ClassSchema

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string ClassSchema = "http://www.dotnetrdf.org/configuration/fulltext#Schema"
Field Value
Type Description
string
| Edit this page View Source

ClassSearcher

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string ClassSearcher = "http://www.dotnetrdf.org/configuration/fulltext#Searcher"
Field Value
Type Description
string
| Edit this page View Source

ContextKey

Context Key used to store and retrieve the Search Provider in the Query Evaluation Context.

Declaration
public const string ContextKey = "Query.FullText.SearchProvider"
Field Value
Type Description
string
| Edit this page View Source

FullTextConfigurationNamespace

Constant for the Full Text Configuration Namespace which provides extensions to the basic Configuration API specific to Full Text indexing and search.

Declaration
public const string FullTextConfigurationNamespace = "http://www.dotnetrdf.org/configuration/fulltext#"
Field Value
Type Description
string
Remarks

This vocabulary can be found as an embedded resource in this library as. VDS.RDF.Query.FullText.ttl

| Edit this page View Source

FullTextMatchNamespace

Constant for Full Text Namespace.

Declaration
public const string FullTextMatchNamespace = "http://jena.hpl.hp.com/ARQ/property#"
Field Value
Type Description
string
Remarks

Is actually the ARQ Property Function Namespace and is used for compatibility with ARQ syntax for full text search.

| Edit this page View Source

FullTextMatchPredicateUri

Constant for Full Text Match Predicate.

Declaration
public const string FullTextMatchPredicateUri = "http://jena.hpl.hp.com/ARQ/property#textMatch"
Field Value
Type Description
string
| Edit this page View Source

PropertyAnalyzer

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyAnalyzer = "http://www.dotnetrdf.org/configuration/fulltext#analyzer"
Field Value
Type Description
string
| Edit this page View Source

PropertyBuildIndexFor

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyBuildIndexFor = "http://www.dotnetrdf.org/configuration/fulltext#buildIndexFor"
Field Value
Type Description
string
| Edit this page View Source

PropertyBuildIndexWith

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyBuildIndexWith = "http://www.dotnetrdf.org/configuration/fulltext#buildIndexWith"
Field Value
Type Description
string
| Edit this page View Source

PropertyEnsureIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyEnsureIndex = "http://www.dotnetrdf.org/configuration/fulltext#ensureIndex"
Field Value
Type Description
string
| Edit this page View Source

PropertyIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyIndex = "http://www.dotnetrdf.org/configuration/fulltext#index"
Field Value
Type Description
string
| Edit this page View Source

PropertyIndexNow

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyIndexNow = "http://www.dotnetrdf.org/configuration/fulltext#indexNow"
Field Value
Type Description
string
| Edit this page View Source

PropertyIndexSync

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyIndexSync = "http://www.dotnetrdf.org/configuration/fulltext#indexSync"
Field Value
Type Description
string
| Edit this page View Source

PropertyIndexer

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyIndexer = "http://www.dotnetrdf.org/configuration/fulltext#indexer"
Field Value
Type Description
string
| Edit this page View Source

PropertySchema

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertySchema = "http://www.dotnetrdf.org/configuration/fulltext#schema"
Field Value
Type Description
string
| Edit this page View Source

PropertySearcher

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertySearcher = "http://www.dotnetrdf.org/configuration/fulltext#searcher"
Field Value
Type Description
string
| Edit this page View Source

PropertyVersion

Constants for additional URIs provided by the Full Text Configuration Namespace.

Declaration
public const string PropertyVersion = "http://www.dotnetrdf.org/configuration/fulltext#version"
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
  • Fields
    • ClassAnalyzer
    • ClassIndex
    • ClassIndexer
    • ClassSchema
    • ClassSearcher
    • ContextKey
    • FullTextConfigurationNamespace
    • FullTextMatchNamespace
    • FullTextMatchPredicateUri
    • PropertyAnalyzer
    • PropertyBuildIndexFor
    • PropertyBuildIndexWith
    • PropertyEnsureIndex
    • PropertyIndex
    • PropertyIndexNow
    • PropertyIndexSync
    • PropertyIndexer
    • PropertySchema
    • PropertySearcher
    • PropertyVersion
Back to top Generated by DocFX