org.apache.lucene.index
Class MergePolicy.MergeSpecification
java.lang.Object
  
org.apache.lucene.index.MergePolicy.MergeSpecification
- Enclosing class:
 - MergePolicy
 
public static class MergePolicy.MergeSpecification
- extends Object
 
A MergeSpecification instance provides the information
 necessary to perform multiple merges.  It simply
 contains a list of MergePolicy.OneMerge instances.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
merges
public List<MergePolicy.OneMerge> merges
- The subset of segments to be included in the primitive merge.
 
MergePolicy.MergeSpecification
public MergePolicy.MergeSpecification()
add
public void add(MergePolicy.OneMerge merge)
 
segString
public String segString(Directory dir)
 
Copyright © 2000-2010 Apache Software Foundation.  All Rights Reserved.