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

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

Uses of LogByteSizeMergePolicy in org.apache.lucene.index
 

Subclasses of LogByteSizeMergePolicy in org.apache.lucene.index
 class BalancedSegmentMergePolicy
          Merge policy that tries to balance not doing large segment merges with not accumulating too many segments in the index, to provide for better performance in near real-time setting.
 



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