org.apache.lucene.document
Interface FieldSelector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LoadFirstFieldSelector, MapFieldSelector, SetBasedFieldSelector

public interface FieldSelector
extends java.io.Serializable

Similar to a FileFilter, the FieldSelector allows one to make decisions about what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector)


Method Summary
 FieldSelectorResult accept(java.lang.String fieldName)
           
 

Method Detail

accept

FieldSelectorResult accept(java.lang.String fieldName)
Parameters:
fieldName -
Returns:
true if the Field with fieldName should be loaded or not


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