public static class

MergePolicy.OneMerge

extends Object
java.lang.Object
   ↳ org.apache.lucene.index.MergePolicy.OneMerge

Class Overview

OneMerge provides the information necessary to perform an individual primitive merge operation, resulting in a single new segment. The merge spec includes the subset of segments to be merged as well as whether the new segment should use the compound file format.

Summary

Public Constructors
MergePolicy.OneMerge(SegmentInfos segments, boolean useCompoundFile)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MergePolicy.OneMerge (SegmentInfos segments, boolean useCompoundFile)