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.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public class OneMerge
Visual Basic
Public Class OneMerge
Visual C++
public ref class OneMerge

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Index..::..MergePolicy..::..OneMerge

See Also