Show / Hide Table of Contents

Class FullTextHelper

Helper Class containing constants and static functions for use with Full Text Search.
Inheritance
System.Object
FullTextHelper
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public static class FullTextHelper : object

Fields

| Improve this Doc View Source

ClassAnalyzer

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String ClassAnalyzer = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String ClassIndex = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassIndexer

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String ClassIndexer = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassSchema

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String ClassSchema = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassSearcher

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String ClassSearcher = null
Field Value
Type Description
String
| Improve this Doc View Source

ContextKey

Context Key used to store and retrieve the Search Provider in the Query Evaluation Context.
Declaration
public const String ContextKey = null
Field Value
Type Description
String
| Improve this Doc 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 = null
Field Value
Type Description
String
Remarks
This vocabulary can be found as an embedded resource in this library as. VDS.RDF.Query.FullText.ttl
| Improve this Doc View Source

FullTextMatchNamespace

Constant for Full Text Namespace.
Declaration
public const String FullTextMatchNamespace = null
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.
| Improve this Doc View Source

FullTextMatchPredicateUri

Constant for Full Text Match Predicate.
Declaration
public const String FullTextMatchPredicateUri = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyAnalyzer

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyAnalyzer = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyBuildIndexFor

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyBuildIndexFor = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyBuildIndexWith

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyBuildIndexWith = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyEnsureIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyEnsureIndex = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyIndex

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyIndex = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyIndexer

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyIndexer = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyIndexNow

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyIndexNow = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyIndexSync

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyIndexSync = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertySchema

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertySchema = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertySearcher

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertySearcher = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyVersion

Constants for additional URIs provided by the Full Text Configuration Namespace.
Declaration
public const String PropertyVersion = null
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • ClassAnalyzer
    • ClassIndex
    • ClassIndexer
    • ClassSchema
    • ClassSearcher
    • ContextKey
    • FullTextConfigurationNamespace
    • FullTextMatchNamespace
    • FullTextMatchPredicateUri
    • PropertyAnalyzer
    • PropertyBuildIndexFor
    • PropertyBuildIndexWith
    • PropertyEnsureIndex
    • PropertyIndex
    • PropertyIndexer
    • PropertyIndexNow
    • PropertyIndexSync
    • PropertySchema
    • PropertySearcher
    • PropertyVersion
Back to top Generated by DocFX