Show / Hide Table of Contents

Class DefaultIndexSchema

Default Index Schema.

Inheritance
object
BaseIndexSchema
DefaultIndexSchema
Implements
IFullTextIndexSchema
IConfigurationSerializable
Inherited Members
BaseIndexSchema.IndexField
BaseIndexSchema.GraphField
BaseIndexSchema.HashField
BaseIndexSchema.NodeTypeField
BaseIndexSchema.NodeValueField
BaseIndexSchema.NodeMetaField
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class DefaultIndexSchema : BaseIndexSchema, IFullTextIndexSchema, IConfigurationSerializable

Constructors

| Edit this page View Source

DefaultIndexSchema()

Creates a new Default Index Schema.

Declaration
public DefaultIndexSchema()

Fields

| Edit this page View Source

DefaultGraphField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultGraphField = "nodeGraph"
Field Value
Type Description
string
| Edit this page View Source

DefaultHashField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultHashField = "nodeIndexHash"
Field Value
Type Description
string
| Edit this page View Source

DefaultIndexField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultIndexField = "nodeIndex"
Field Value
Type Description
string
| Edit this page View Source

DefaultNodeMetaField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultNodeMetaField = "nodeMeta"
Field Value
Type Description
string
| Edit this page View Source

DefaultNodeTypeField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultNodeTypeField = "nodeType"
Field Value
Type Description
string
| Edit this page View Source

DefaultNodeValueField

Constants for the Field Names used by the Default Index Schema.

Declaration
public const string DefaultNodeValueField = "nodeValue"
Field Value
Type Description
string

Methods

| Edit this page View Source

SerializeConfiguration(ConfigurationSerializationContext)

Serializes the Schemas Configuration.

Declaration
public void SerializeConfiguration(ConfigurationSerializationContext context)
Parameters
Type Name Description
ConfigurationSerializationContext context

Serialization Context.

Implements

IFullTextIndexSchema
IConfigurationSerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • DefaultIndexSchema()
  • Fields
    • DefaultGraphField
    • DefaultHashField
    • DefaultIndexField
    • DefaultNodeMetaField
    • DefaultNodeTypeField
    • DefaultNodeValueField
  • Methods
    • SerializeConfiguration(ConfigurationSerializationContext)
  • Implements
  • Extension Methods
Back to top Generated by DocFX