Uses of Class
org.apache.lucene.store.MergeInfo

Packages that use MergeInfo
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of MergeInfo in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return MergeInfo
 MergeInfo MergePolicy.OneMerge.getMergeInfo()
          Return MergeInfo describing this merge.
 

Uses of MergeInfo in org.apache.lucene.store
 

Fields in org.apache.lucene.store declared as MergeInfo
 MergeInfo IOContext.mergeInfo
           
 

Constructors in org.apache.lucene.store with parameters of type MergeInfo
IOContext(MergeInfo mergeInfo)
           
 



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