Class BaseIndexSchema
Abstract Base Implementation of an Index Schema.
Implements
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public abstract class BaseIndexSchema : object, IFullTextIndexSchema
Properties
| Improve this Doc View SourceGraphField
Gets the field in which the Graph URI is indexed.
Declaration
public String GraphField { get; protected set; }
Property Value
Type | Description |
---|---|
String |
HashField
Gets the field in which the hash is stored.
Declaration
public String HashField { get; protected set; }
Property Value
Type | Description |
---|---|
String |
IndexField
Gets the field in which the full text is indexed.
Declaration
public string IndexField { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NodeMetaField
Gets the field in which the Node meta is stored.
Declaration
public string NodeMetaField { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NodeTypeField
Gets the field in which the Node type is stored.
Declaration
public string NodeTypeField { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NodeValueField
Gets the field in which the Node value is stored.
Declaration
public string NodeValueField { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |