Uses of Class
org.apache.lucene.index.SegmentReader

Packages that use SegmentReader
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of SegmentReader in org.apache.lucene.index
 

Fields in org.apache.lucene.index declared as SegmentReader
 SegmentReader[] MergeState.matchingSegmentReaders
          SegmentReaders that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged.
 

Methods in org.apache.lucene.index with parameters of type SegmentReader
 void SegmentReader.CoreClosedListener.onClose(SegmentReader owner)
          Invoked when the shared core of the provided SegmentReader has closed.
 



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