Class BaseIndexSchema
Abstract Base Implementation of an Index Schema.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public abstract class BaseIndexSchema : 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 |
---|---|
string |
NodeMetaField
Gets the field in which the Node meta is stored.
Declaration
public string NodeMetaField { get; protected set; }
Property Value
Type | Description |
---|---|
string |
NodeTypeField
Gets the field in which the Node type is stored.
Declaration
public string NodeTypeField { get; protected set; }
Property Value
Type | Description |
---|---|
string |
NodeValueField
Gets the field in which the Node value is stored.
Declaration
public string NodeValueField { get; protected set; }
Property Value
Type | Description |
---|---|
string |