Click or drag to resize

BaseIndexSchemaIndexField Property

Gets the field in which the full text is indexed.

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

Property Value

Type: String

Implements

IFullTextIndexSchemaIndexField
See Also