Click or drag to resize

BaseIndexSchema.HashField Property

Gets the field in which the hash is stored.

Namespace:  VDS.RDF.Query.FullText.Schema
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public string HashField { get; protected set; }

Property Value

Type: String

Implements

IFullTextIndexSchema.HashField
See Also