Apache Lucene.Net 2.4.0 Class Library API

Field.Store.COMPRESS Field

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

public static readonly Store COMPRESS;

See Also

Field.Store Class | Lucene.Net.Documents Namespace