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
 

Methods in org.apache.lucene.index that return SegmentReader
static SegmentReader SegmentReader.get(boolean readOnly, Directory dir, SegmentInfo si, int readBufferSize, boolean doOpenStores, int termInfosIndexDivisor)
           
static SegmentReader SegmentReader.get(boolean readOnly, SegmentInfo si, int termInfosIndexDivisor)
           
static SegmentReader SegmentReader.get(SegmentInfo si)
          Deprecated.  
 



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