True if the value of the field is to be indexed, so that it may be searched on.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
bool IsIndexed()
Visual Basic
Function IsIndexed As Boolean
Visual C++
bool IsIndexed()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.IsIndexed"]

See Also