|
||||||||||
| 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>
public abstract class IndexableFieldBuilder<B extends IndexableFieldBuilder<B>>
Base class for indexable field builders. Indexable 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 | |
|---|---|
B |
index(boolean index)
Sets whether to index the field. |
boolean |
isIndexed()
|
boolean |
isStored()
|
B |
store()
Sets the field to be stored. |
B |
store(boolean store)
Sets whether to store the field. |
B |
store(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 boolean isStored()
public final boolean isIndexed()
public final B store(boolean store)
public final B store()
public final B store(@Nullable
Field.Store store)
store - The field will be stored if the argument is Field.Store.YES.public final B index(boolean index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||