|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>
Base interface for numeric field adders.
| Method Summary | |
|---|---|
B |
add(boolean value)
Adds the field to the document with the current information and a boolean value. |
B |
add(double value)
Adds the field to the document with the current information and a double value. |
B |
add(float value)
Adds the field to the document with the current information and a float value. |
B |
add(int value)
Adds the field to the document with the current information and an int value. |
B |
add(long value)
Adds the field to the document with the current information and a long value. |
| Method Detail |
|---|
B add(int value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(long value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(float value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(double value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(boolean value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||