Show / Hide Table of Contents

Interface IFullTextIndexSchema

Interface for Index Schemas.

Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public interface IFullTextIndexSchema
Remarks

Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.

Properties

| Edit this page View Source

GraphField

Gets the field in which the Graph URI is indexed.

Declaration
string GraphField { get; }
Property Value
Type Description
string
| Edit this page View Source

HashField

Gets the field in which the hash is stored.

Declaration
string HashField { get; }
Property Value
Type Description
string
Remarks

Used for unindexing.

| Edit this page View Source

IndexField

Gets the field in which the full text is indexed.

Declaration
string IndexField { get; }
Property Value
Type Description
string
| Edit this page View Source

NodeMetaField

Gets the field in which the Node meta is stored.

Declaration
string NodeMetaField { get; }
Property Value
Type Description
string
| Edit this page View Source

NodeTypeField

Gets the field in which the Node type is stored.

Declaration
string NodeTypeField { get; }
Property Value
Type Description
string
| Edit this page View Source

NodeValueField

Gets the field in which the Node value is stored.

Declaration
string NodeValueField { get; }
Property Value
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • GraphField
    • HashField
    • IndexField
    • NodeMetaField
    • NodeTypeField
    • NodeValueField
  • Extension Methods
Back to top Generated by DocFX