| Frames | No Frames |
Fields of type org.apache.lucene.document.FieldSelectorResult | |
| FieldSelectorResult | Lazily load this Field. |
| FieldSelectorResult | |
| FieldSelectorResult | |
| FieldSelectorResult | Behaves much like LOAD but does not uncompress any compressed data. |
| FieldSelectorResult | Do not load the Field. |
| FieldSelectorResult | Expert: Load the size of this Field rather than its value. |
| FieldSelectorResult | Expert: Like SIZE but immediately break from the field loading loop, i.e. |
Methods with return type org.apache.lucene.document.FieldSelectorResult | |
| FieldSelectorResult | FieldSelector.accept(String fieldName) |
| FieldSelectorResult | LoadFirstFieldSelector.accept(String fieldName) |
| FieldSelectorResult | MapFieldSelector.accept(String field) Load field according to its associated value in fieldSelections
|
| FieldSelectorResult | SetBasedFieldSelector.accept(String fieldName) Indicate whether to load the field with the given name or not. |