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

Packages that use FieldSelector
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. 
 

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 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.
abstract  Document Searcher.doc(int docid, FieldSelector fieldSelector)
           
 



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