Class DefaultIndexSchema
Default Index Schema.
Inherited Members
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
| 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 = "nodeGraph"
Field Value
Type | Description |
---|---|
string |
DefaultHashField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const string DefaultHashField = "nodeIndexHash"
Field Value
Type | Description |
---|---|
string |
DefaultIndexField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const string DefaultIndexField = "nodeIndex"
Field Value
Type | Description |
---|---|
string |
DefaultNodeMetaField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const string DefaultNodeMetaField = "nodeMeta"
Field Value
Type | Description |
---|---|
string |
DefaultNodeTypeField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const string DefaultNodeTypeField = "nodeType"
Field Value
Type | Description |
---|---|
string |
DefaultNodeValueField
Constants for the Field Names used by the Default Index Schema.
Declaration
public const string DefaultNodeValueField = "nodeValue"
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. |