Show / Hide Table of Contents

Class DefaultIndexSchema

Default Index Schema.
Inheritance
System.Object
BaseIndexSchema
DefaultIndexSchema
Implements
IFullTextIndexSchema
IConfigurationSerializable
Inherited Members
BaseIndexSchema.IndexField
BaseIndexSchema.GraphField
BaseIndexSchema.HashField
BaseIndexSchema.NodeTypeField
BaseIndexSchema.NodeValueField
BaseIndexSchema.NodeMetaField
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class DefaultIndexSchema : BaseIndexSchema, IFullTextIndexSchema, IConfigurationSerializable

Constructors

| Improve this Doc View Source

DefaultIndexSchema()

Creates a new Default Index Schema.
Declaration
public DefaultIndexSchema()

Fields

| Improve this Doc View Source

DefaultGraphField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultGraphField = null
Field Value
Type Description
String
| Improve this Doc View Source

DefaultHashField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultHashField = null
Field Value
Type Description
String
| Improve this Doc View Source

DefaultIndexField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultIndexField = null
Field Value
Type Description
String
| Improve this Doc View Source

DefaultNodeMetaField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultNodeMetaField = null
Field Value
Type Description
String
| Improve this Doc View Source

DefaultNodeTypeField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultNodeTypeField = null
Field Value
Type Description
String
| Improve this Doc View Source

DefaultNodeValueField

Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultNodeValueField = null
Field Value
Type Description
String

Methods

| Improve this Doc 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.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX