Uses of Interface
org.apache.lucene.document.FieldSelector

Packages that use FieldSelector
org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks. 
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.search Code to search indices. 
org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. 
 

Uses of FieldSelector in org.apache.lucene.benchmark.byTask.tasks
 

Fields in org.apache.lucene.benchmark.byTask.tasks declared as FieldSelector
protected  FieldSelector SearchTravRetLoadFieldSelectorTask.fieldSelector
           
 

Uses of FieldSelector in org.apache.lucene.document
 

Classes in org.apache.lucene.document that implement FieldSelector
 class LoadFirstFieldSelector
          Load the First field and break.
 class MapFieldSelector
          A FieldSelector based on a Map of field names to FieldSelectorResults
 class SetBasedFieldSelector
          Declare what fields to load normally and what fields to load lazily
 

Uses of FieldSelector in org.apache.lucene.index
 

Methods in org.apache.lucene.index with parameters of type FieldSelector
 Document ParallelReader.document(int n, FieldSelector fieldSelector)
           
 Document MultiReader.document(int n, FieldSelector fieldSelector)
           
 Document FilterIndexReader.document(int n, FieldSelector fieldSelector)
           
abstract  Document IndexReader.document(int n, FieldSelector fieldSelector)
          Get the Document at the n th position.
 Document SegmentReader.document(int n, FieldSelector fieldSelector)
           
 

Uses of FieldSelector in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type FieldSelector
 Document RemoteSearchable.doc(int i, FieldSelector fieldSelector)
           
 Document MultiSearcher.doc(int n, FieldSelector fieldSelector)
           
 Document IndexSearcher.doc(int i, FieldSelector fieldSelector)
           
 Document Searchable.doc(int n, FieldSelector fieldSelector)
          Get the Document at the nth position.
 

Uses of FieldSelector in org.apache.lucene.store.instantiated
 

Methods in org.apache.lucene.store.instantiated with parameters of type FieldSelector
 Document InstantiatedIndexReader.document(int n, FieldSelector fieldSelector)
          Return the Document at the nth position.
 



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