| java.lang.Object org.apache.lucene.document.FieldSelectorResult
FieldSelectorResult | final public class FieldSelectorResult implements Serializable(Code) | | Provides information about what should be done with this Field
|
SIZE | final public static transient FieldSelectorResult SIZE(Code) | | Expert: Load the size of this
Field rather than its value.
Size is measured as number of bytes required to store the field == bytes for a binary or any compressed value, and 2*chars for a String value.
The size is stored as a binary value, represented as an int in a byte[], with the higher order byte first in [0]
|
hashCode | public int hashCode()(Code) | | |
|
|