|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.derquinse.common.reflect.This<B>
net.conquiris.lucene.document.FieldBuilder<B>
net.conquiris.lucene.document.IndexableFieldBuilder<B>
net.conquiris.lucene.document.BaseNumericFieldBuilder<B>
public abstract class BaseNumericFieldBuilder<B extends BaseNumericFieldBuilder<B>>
Base class for numeric field builders. Numeric fields are indexed but not stored by default.
| Field Summary |
|---|
| Fields inherited from interface net.conquiris.schema.IsStoredFlag |
|---|
STORED |
| Fields inherited from interface net.conquiris.schema.IsIndexedFlag |
|---|
INDEXED |
| Method Summary | |
|---|---|
NumericField |
build(boolean value)
Builds a numeric field with the current information and a boolean value. |
NumericField |
build(double value)
Builds a numeric field with the current information and a double value. |
NumericField |
build(float value)
Builds a numeric field with the current information and a float value. |
NumericField |
build(int value)
Builds a numeric field with the current information and an int value. |
NumericField |
build(long value)
Builds a numeric field with the current information and a long value. |
| Methods inherited from class net.conquiris.lucene.document.IndexableFieldBuilder |
|---|
index, isIndexed, isStored, store, store, store |
| Methods inherited from class net.derquinse.common.reflect.This |
|---|
thisValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final NumericField build(int value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.public final NumericField build(long value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.public final NumericField build(float value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.public final NumericField build(double value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.public final NumericField build(boolean value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||