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

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

Uses of LogMergePolicy in org.apache.lucene.index
 

Subclasses of LogMergePolicy 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.
 class LogByteSizeMergePolicy
          This is a LogMergePolicy that measures size of a segment as the total byte size of the segment's files.
 class LogDocMergePolicy
          This is a LogMergePolicy that measures size of a segment as the number of documents (not taking deletions into account).
 



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