Store the original field value in the index in a compressed form. This is useful for long documents and for binary valued fields.

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

Syntax

C#
public static readonly Field..::..Store COMPRESS
Visual Basic
Public Shared ReadOnly COMPRESS As Field..::..Store
Visual C++
public:
static initonly Field..::..Store^ COMPRESS

See Also