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 |
HashField
Gets the field in which the hash is stored.
Declaration
String HashField { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Used for unindexing.
|
Improve this Doc
View Source
IndexField
Gets the field in which the full text is indexed.
Declaration
String IndexField { get; }
Property Value
Type | Description |
---|---|
String |
NodeMetaField
Gets the field in which the Node meta is stored.
Declaration
String NodeMetaField { get; }
Property Value
Type | Description |
---|---|
String |
NodeTypeField
Gets the field in which the Node type is stored.
Declaration
String NodeTypeField { get; }
Property Value
Type | Description |
---|---|
String |
NodeValueField
Gets the field in which the Node value is stored.
Declaration
String NodeValueField { get; }
Property Value
Type | Description |
---|---|
String |