Show / Hide Table of Contents

Class BaseIndexSchema

Abstract Base Implementation of an Index Schema.

Inheritance
System.Object
BaseIndexSchema
DefaultIndexSchema
Implements
IFullTextIndexSchema
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 Source

GraphField

Gets the field in which the Graph URI is indexed.

Declaration
public string GraphField { get; protected set; }
Property Value
Type Description
string
| Improve this Doc View Source

HashField

Gets the field in which the hash is stored.

Declaration
public string HashField { get; protected set; }
Property Value
Type Description
string
| Improve this Doc View Source

IndexField

Gets the field in which the full text is indexed.

Declaration
public string IndexField { get; protected set; }
Property Value
Type Description
string
| Improve this Doc View Source

NodeMetaField

Gets the field in which the Node meta is stored.

Declaration
public string NodeMetaField { get; protected set; }
Property Value
Type Description
string
| Improve this Doc View Source

NodeTypeField

Gets the field in which the Node type is stored.

Declaration
public string NodeTypeField { get; protected set; }
Property Value
Type Description
string
| Improve this Doc View Source

NodeValueField

Gets the field in which the Node value is stored.

Declaration
public string NodeValueField { get; protected set; }
Property Value
Type Description
string

Implements

IFullTextIndexSchema

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • GraphField
    • HashField
    • IndexField
    • NodeMetaField
    • NodeTypeField
    • NodeValueField
  • Implements
  • Extension Methods
Back to top Generated by DocFX