Uses of Class org.apache.lucene.document.FieldSelectorResult

Uses in package org.apache.lucene.document

Fields of type org.apache.lucene.document.FieldSelectorResult

FieldSelectorResult
Lazily load this Field.
FieldSelectorResult
Load this Field every time the Document is loaded, reading in the data as it is encounterd.
FieldSelectorResult
Load this field as in the LOAD case, but immediately return from Field loading for the Document.
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.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.