True if the value of the field is stored and compressed within the index

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

Syntax

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

Return Value

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

See Also