Show / Hide Table of Contents

Class BaseIndexSchema

Abstract Base Implementation of an Index Schema.

Inheritance
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

| Edit this page 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
| Edit this page View Source

HashField

Gets the field in which the hash is stored.

Declaration
public string HashField { get; protected set; }
Property Value
Type Description
string
| Edit this page 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
| Edit this page 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
| Edit this page 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
| Edit this page 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)
  • Edit this page
  • View Source
In this article
  • Properties
    • GraphField
    • HashField
    • IndexField
    • NodeMetaField
    • NodeTypeField
    • NodeValueField
  • Implements
  • Extension Methods
Back to top Generated by DocFX