Apache Lucene.Net 2.4.0 Class Library API

MergePolicy.OneMerge Class

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.

For a list of all members of this type, see MergePolicy.OneMerge Members.

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

public class MergePolicy.OneMerge

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

MergePolicy.OneMerge Members | Lucene.Net.Index Namespace