org.apache.lucene.document
public static final class Field.Store extends Parameter implements Serializable
| Field Summary | |
|---|---|
| static Field.Store | COMPRESS Store the original field value in the index in a compressed form. |
| static Field.Store | NO Do not store the field value in the index. |
| static Field.Store | YES Store the original field value in the index. |