Show / Hide Table of Contents

Class BaseIndexSchema

Abstract Base Implementation of an Index Schema.
Inheritance
System.Object
BaseIndexSchema
DefaultIndexSchema
Implements
IFullTextIndexSchema
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public abstract class BaseIndexSchema : object, 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
System.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
System.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
System.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
System.String

Implements

IFullTextIndexSchema

Extension Methods

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