Class FullTextHelper
Helper Class containing constants and static functions for use with Full Text Search.
Inherited Members
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public static class FullTextHelper
Fields
| Edit this page View SourceClassAnalyzer
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 |
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 |
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 |
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 |
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 |
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 |
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
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.
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |