|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.MergePolicy.MergeSpecification
public static class MergePolicy.MergeSpecification
A MergeSpecification instance provides the information
necessary to perform multiple merges. It simply
contains a list of MergePolicy.OneMerge instances.
| Field Summary | |
|---|---|
List<MergePolicy.OneMerge> |
merges
The subset of segments to be included in the primitive merge. |
| Constructor Summary | |
|---|---|
MergePolicy.MergeSpecification()
Sole constructor. |
|
| Method Summary | |
|---|---|
void |
add(MergePolicy.OneMerge merge)
Adds the provided MergePolicy.OneMerge to this
specification. |
String |
segString(Directory dir)
Returns a description of the merges in this specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final List<MergePolicy.OneMerge> merges
| Constructor Detail |
|---|
public MergePolicy.MergeSpecification()
add(MergePolicy.OneMerge) to add merges.
| Method Detail |
|---|
public void add(MergePolicy.OneMerge merge)
MergePolicy.OneMerge to this
specification.
public String segString(Directory dir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||