Click or drag to resize

IFullTextIndexSchema Interface

Interface for Index Schemas.

Namespace:  VDS.RDF.Query.FullText.Schema
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public interface IFullTextIndexSchema

The IFullTextIndexSchema type exposes the following members.

Properties
  NameDescription
Public propertyGraphField
Gets the field in which the Graph URI is indexed.
Public propertyHashField
Gets the field in which the hash is stored.
Public propertyIndexField
Gets the field in which the full text is indexed.
Public propertyNodeMetaField
Gets the field in which the Node meta is stored.
Public propertyNodeTypeField
Gets the field in which the Node type is stored.
Public propertyNodeValueField
Gets the field in which the Node value is stored.
Top
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.
See Also