Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface FieldSelector
FileFilter
, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document
by IndexReader.document(int,FieldSelector)
Method Summary | |
FieldSelectorResult |
|
public FieldSelectorResult accept(String fieldName)
- Parameters:
fieldName
-
- Returns:
- true if the
Field
withfieldName
should be loaded or not