|
||||||||||
| 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.FieldableBuilder<B>
public abstract class FieldableBuilder<B extends FieldableBuilder<B>>
Fieldable builder base class. Fieldables are not stored by default. Builders are NOT THREAD SAFE.
| Method Summary | |
|---|---|
B |
store()
Sets the field to be stored. |
B |
store(boolean store)
Sets whether to store the field. |
B |
store(org.apache.lucene.document.Field.Store store)
Sets whether to store the field. |
| 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 B store(boolean store)
public final B store()
public final B store(@Nullable
org.apache.lucene.document.Field.Store store)
store - The field will be stored if the argument is Field.Store.YES.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||