Method Summary |
|
byte[] | getBinaryValue() Returns the binary values of the property. |
float | getBoost() Returns the boost for the property. |
String | getName() Returns the name of the property. |
Object | getObjectValue() Returns the object value of the property. |
String | getStringValue() Returns the string value of the proerty. |
boolean | isBinary() |
boolean | isCompressed() |
boolean | isIndexed() True iff the value of the field is to be indexed, so that it may be searched on. |
boolean | isOmitNorms() Expert:
If set, omit normalization factors associated with this indexed field. |
boolean | isStored() True iff the value of the field is to be stored in the index for return with search hits. |
boolean | isTermVectorStored() True iff the term or terms used to index this field are stored as a term vector, available from TODO. |
boolean | isTokenized() True iff the value of the field should be tokenized as text prior to indexing. |
void | setBoost(float boost) Sets the boost level for the property. |
void | setOmitNorms(boolean omitNorms) Expert:
If set, omit normalization factors associated with this indexed field. |