Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » document » [javadoc | source]
org.apache.lucene.document
public static final class: Field.Store [javadoc | source]
java.lang.Object
   org.apache.lucene.util.Parameter
      org.apache.lucene.document.Field$Store

All Implemented Interfaces:
    Serializable

Specifies whether and how a field should be stored.
Field Summary
public static final  Field.Store COMPRESS    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 final  Field.Store YES    Store the original field value in the index. This is useful for short texts like a document's title which should be displayed with the results. The value is stored in its original form, i.e. no analyzer is used before it is stored. 
public static final  Field.Store NO    Do not store the field value in the index. 
Fields inherited from org.apache.lucene.util.Parameter:
allParameters
Methods from org.apache.lucene.util.Parameter:
readResolve,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait