Lucene.Net 1.9.1 Class Library |
|
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