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.index.pruning
Static Index Pruning Tools 
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 PruningReader.document(int n, FieldSelector fieldSelector)
          Applies a StorePruningPolicy to stored fields of a document.
 Document ParallelReader.document(int n, FieldSelector fieldSelector)
           
abstract  Document IndexReader.document(int n, FieldSelector fieldSelector)
          Get the Document at the n th position.
 Document MultiReader.document(int n, FieldSelector fieldSelector)
           
 Document FilterIndexReader.document(int n, FieldSelector fieldSelector)
           
 Document SegmentReader.document(int n, FieldSelector fieldSelector)
           
 

Uses of FieldSelector in org.apache.lucene.index.pruning
 

Methods in org.apache.lucene.index.pruning with parameters of type FieldSelector
 Document StorePruningPolicy.pruneDocument(int doc, FieldSelector parent)
          Prune stored fields of a document.
 

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)
          Deprecated.  
 Document IndexSearcher.doc(int docID, FieldSelector fieldSelector)
           
abstract  Document Searcher.doc(int docid, FieldSelector fieldSelector)
          Deprecated.  
 Document Searchable.doc(int n, FieldSelector fieldSelector)
          Deprecated. Get the Document at the nth position.
 Document MultiSearcher.doc(int n, FieldSelector fieldSelector)
          Deprecated.  
 

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)
          Deprecated. Return the Document at the nth position.