Class DefaultIndexSchema
Default Index Schema.
Inherited Members
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class DefaultIndexSchema : BaseIndexSchema, IFullTextIndexSchema, IConfigurationSerializable
Constructors
| Improve this Doc View SourceDefaultIndexSchema()
Creates a new Default Index Schema.
Declaration
public DefaultIndexSchema()
Fields
| Improve this Doc View SourceDefaultGraphField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultGraphField = null
Field Value
Type | Description |
---|---|
String |
DefaultHashField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultHashField = null
Field Value
Type | Description |
---|---|
String |
DefaultIndexField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultIndexField = null
Field Value
Type | Description |
---|---|
String |
DefaultNodeMetaField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultNodeMetaField = null
Field Value
Type | Description |
---|---|
String |
DefaultNodeTypeField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const String DefaultNodeTypeField = null
Field Value
Type | Description |
---|---|
String |
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 SourceSerializeConfiguration(ConfigurationSerializationContext)
Serializes the Schemas Configuration.
Declaration
public void SerializeConfiguration(ConfigurationSerializationContext context)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationSerializationContext | context | Serialization Context. |