Show / Hide Table of Contents

Interface IFullTextIndexSchema

Interface for Index Schemas.
Namespace: VDS.RDF.Query.FullText.Schema
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public interface IFullTextIndexSchema
Remarks
Index Schemas are used to provide the set of field names that is used to encode indexed data onto a document in the index.

Properties

| Improve this Doc View Source

GraphField

Gets the field in which the Graph URI is indexed.
Declaration
String GraphField { get; }
Property Value
Type Description
String
| Improve this Doc View Source

HashField

Gets the field in which the hash is stored.
Declaration
String HashField { get; }
Property Value
Type Description
String
Remarks
Used for unindexing.
| Improve this Doc View Source

IndexField

Gets the field in which the full text is indexed.
Declaration
String IndexField { get; }
Property Value
Type Description
String
| Improve this Doc View Source

NodeMetaField

Gets the field in which the Node meta is stored.
Declaration
String NodeMetaField { get; }
Property Value
Type Description
String
| Improve this Doc View Source

NodeTypeField

Gets the field in which the Node type is stored.
Declaration
String NodeTypeField { get; }
Property Value
Type Description
String
| Improve this Doc View Source

NodeValueField

Gets the field in which the Node value is stored.
Declaration
String NodeValueField { get; }
Property Value
Type Description
String

Extension Methods

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