org.apache.lucene.document
Interface FieldSelector
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- LoadFirstFieldSelector, MapFieldSelector, SetBasedFieldSelector
public interface FieldSelector extends java.io.SerializableSimilar to aFileFilter, the FieldSelector allows one to make decisions about what Fields get loaded on aDocumentbyIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FieldSelectorResultaccept(java.lang.String fieldName)
-
-
-
Method Detail
-
accept
FieldSelectorResult accept(java.lang.String fieldName)
- Parameters:
fieldName- the field to accept or reject- Returns:
- an instance of
FieldSelectorResultif theFieldnamedfieldNameshould be loaded.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG