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

Packages that use FieldSelectorResult
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
 

Uses of FieldSelectorResult in org.apache.lucene.document
 

Methods in org.apache.lucene.document that return FieldSelectorResult
 FieldSelectorResult SetBasedFieldSelector.accept(String fieldName)
          Indicate whether to load the field with the given name or not.
 FieldSelectorResult MapFieldSelector.accept(String field)
          Load field according to its associated value in fieldSelections
 FieldSelectorResult LoadFirstFieldSelector.accept(String fieldName)
           
 FieldSelectorResult FieldSelector.accept(String fieldName)
           
static FieldSelectorResult FieldSelectorResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldSelectorResult[] FieldSelectorResult.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructor parameters in org.apache.lucene.document with type arguments of type FieldSelectorResult
MapFieldSelector(Map<String,FieldSelectorResult> fieldSelections)
          Create a a MapFieldSelector
 



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