C# (CSharp) Lucene.Net.Index MergePolicy.OneMerge - 38 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Index.MergePolicy.OneMerge extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.