Click or drag to resize

DefaultIndexSchema Class

Default Index Schema.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.FullText.Schema
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public class DefaultIndexSchema : BaseIndexSchema, 
	IConfigurationSerializable

The DefaultIndexSchema type exposes the following members.

Constructors
  NameDescription
Public methodDefaultIndexSchema
Creates a new Default Index Schema.
Top
Properties
  NameDescription
Public propertyGraphField
Gets the field in which the Graph URI is indexed.
(Inherited from BaseIndexSchema.)
Public propertyHashField
Gets the field in which the hash is stored.
(Inherited from BaseIndexSchema.)
Public propertyIndexField
Gets the field in which the full text is indexed.
(Inherited from BaseIndexSchema.)
Public propertyNodeMetaField
Gets the field in which the Node meta is stored.
(Inherited from BaseIndexSchema.)
Public propertyNodeTypeField
Gets the field in which the Node type is stored.
(Inherited from BaseIndexSchema.)
Public propertyNodeValueField
Gets the field in which the Node value is stored.
(Inherited from BaseIndexSchema.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeConfiguration
Serializes the Schemas Configuration.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultGraphField
Constants for the Field Names used by the Default Index Schema.
Public fieldStatic memberDefaultHashField
Constants for the Field Names used by the Default Index Schema.
Public fieldStatic memberDefaultIndexField
Constants for the Field Names used by the Default Index Schema.
Public fieldStatic memberDefaultNodeMetaField
Constants for the Field Names used by the Default Index Schema.
Public fieldStatic memberDefaultNodeTypeField
Constants for the Field Names used by the Default Index Schema.
Public fieldStatic memberDefaultNodeValueField
Constants for the Field Names used by the Default Index Schema.
Top
See Also