|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.conquiris.lucene.document.FieldSelectors
public final class FieldSelectors
Support class for field selectors.
| Method Summary | |
|---|---|
static FieldSelector |
loadFields(Iterable<String> fieldsToLoad)
Creates a mapper with a selector that loads a certain set of fields eagerly and the rest are not loaded. |
static FieldSelector |
loadFields(Iterable<String> fieldsToLoad,
Iterable<String> fieldsToLoadLazily)
Creates a mapper with a selector that loads a certain set of fields eagerly, another set lazily and the rest are not loaded. |
static FieldSelector |
loadFields(String... fieldsToLoad)
Creates a mapper with a selector that loads a certain set of fields eagerly and the rest are not loaded. |
static FieldSelector |
loadItems(Iterable<? extends SchemaItem> itemsToLoad)
Creates a mapper with a selector that loads a certain set of fields (represented by schema items) eagerly and the rest are not loaded. |
static FieldSelector |
loadItems(Iterable<? extends SchemaItem> itemsToLoad,
Iterable<? extends SchemaItem> itemsToLoadLazily)
Creates a mapper with a selector that loads a certain set of fields (represented by schema items) eagerly, another set lazily and the rest are not loaded. |
static FieldSelector |
loadItems(SchemaItem... itemsToLoad)
Creates a mapper with a selector that loads a certain set of fields (represented by schema items) eagerly and the rest are not loaded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FieldSelector loadFields(Iterable<String> fieldsToLoad,
Iterable<String> fieldsToLoadLazily)
fieldsToLoad - Fields to load eagerly.fieldsToLoadLazily - Fields to load lazily.
NullPointerException - if any of the argument or any of their members is null.public static FieldSelector loadFields(Iterable<String> fieldsToLoad)
fieldsToLoad - Fields to load eagerly.
NullPointerException - if any the argument or any of its members is null.public static FieldSelector loadFields(String... fieldsToLoad)
fieldsToLoad - Fields to load eagerly.
NullPointerException - if any the arguments is null.
public static FieldSelector loadItems(Iterable<? extends SchemaItem> itemsToLoad,
Iterable<? extends SchemaItem> itemsToLoadLazily)
itemsToLoad - Fields to load eagerly.itemsToLoadLazily - Fields to load lazily.
NullPointerException - if any of the argument or any of their members is null.public static FieldSelector loadItems(Iterable<? extends SchemaItem> itemsToLoad)
itemsToLoad - Fields to load eagerly.
NullPointerException - if any the argument or any of its members is null.public static FieldSelector loadItems(SchemaItem... itemsToLoad)
itemsToLoad - Fields to load eagerly.
NullPointerException - if any the arguments is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||