|
||||||||||
| 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<BaseDocumentBuilder.DocNumericFieldBuilder>
net.conquiris.lucene.document.BaseDocumentBuilder.DocNumericFieldBuilder
public final class BaseDocumentBuilder.DocNumericFieldBuilder
Numeric field builder that adds to the current document builder.
| Field Summary |
|---|
| Fields inherited from interface net.conquiris.schema.IsStoredFlag |
|---|
STORED |
| Fields inherited from interface net.conquiris.schema.IsIndexedFlag |
|---|
INDEXED |
| 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. |
| Methods inherited from class net.conquiris.lucene.document.BaseNumericFieldBuilder |
|---|
build, build, build, build, build |
| 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 B add(int value)
NumericFieldAdder
add in interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>value - Field value.
public B add(long value)
NumericFieldAdder
add in interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>value - Field value.
public B add(float value)
NumericFieldAdder
add in interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>value - Field value.
public B add(double value)
NumericFieldAdder
add in interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>value - Field value.
public B add(boolean value)
NumericFieldAdder
add in interface NumericFieldAdder<B extends BaseDocumentBuilder<B>>value - Field value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||