Interface IFullTextIndexSchema
Interface for Index Schemas.
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public interface IFullTextIndexSchema
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.
Properties
| Improve this Doc View SourceGraphField
Gets the field in which the Graph URI is indexed.
Declaration
string GraphField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.
HashField
Gets the field in which the hash is stored.
Declaration
string HashField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Used for unindexing.
IndexField
Gets the field in which the full text is indexed.
Declaration
string IndexField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.
NodeMetaField
Gets the field in which the Node meta is stored.
Declaration
string NodeMetaField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.
NodeTypeField
Gets the field in which the Node type is stored.
Declaration
string NodeTypeField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.
NodeValueField
Gets the field in which the Node value is stored.
Declaration
string NodeValueField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.