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#
public bool IsCompressed()
Visual Basic
Public Function IsCompressed As Boolean
Visual C++
public:
virtual bool IsCompressed() sealed

Return Value

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

Implements

Fieldable..::..IsCompressed()()()()

See Also