DefaultIndexSchema Class |
Namespace: VDS.RDF.Query.FullText.Schema
The DefaultIndexSchema type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultIndexSchema |
Creates a new Default Index Schema.
|
| Name | Description | |
|---|---|---|
| GraphField |
Gets the field in which the Graph URI is indexed.
(Inherited from BaseIndexSchema.) | |
| HashField |
Gets the field in which the hash is stored.
(Inherited from BaseIndexSchema.) | |
| IndexField |
Gets the field in which the full text is indexed.
(Inherited from BaseIndexSchema.) | |
| NodeMetaField |
Gets the field in which the Node meta is stored.
(Inherited from BaseIndexSchema.) | |
| NodeTypeField |
Gets the field in which the Node type is stored.
(Inherited from BaseIndexSchema.) | |
| NodeValueField |
Gets the field in which the Node value is stored.
(Inherited from BaseIndexSchema.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializeConfiguration |
Serializes the Schemas Configuration.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultGraphField |
Constants for the Field Names used by the Default Index Schema.
| |
| DefaultHashField |
Constants for the Field Names used by the Default Index Schema.
| |
| DefaultIndexField |
Constants for the Field Names used by the Default Index Schema.
| |
| DefaultNodeMetaField |
Constants for the Field Names used by the Default Index Schema.
| |
| DefaultNodeTypeField |
Constants for the Field Names used by the Default Index Schema.
| |
| DefaultNodeValueField |
Constants for the Field Names used by the Default Index Schema.
|