Class InPlaceMergeSorter
Sorter implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated). Small arrays are sorted with insertion sort.
@lucene.internal
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class InPlaceMergeSorter : Sorter
Constructors
Name | Description |
---|---|
InPlaceMergeSorter() | Create a new InPlaceMergeSorter |
Methods
Name | Description |
---|---|
Sort(Int32, Int32) | Sort the slice which starts at |