Class Sorter
Base class for sorting algorithms implementations.
@lucene.internal
Inheritance
System.Object
Sorter
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Sorter : object
Constructors
Name | Description |
---|---|
Sorter() | Sole constructor, used for inheritance. |
Methods
Name | Description |
---|---|
Compare(Int32, Int32) | Compare entries found in slots |
Sort(Int32, Int32) | Sort the slice which starts at |
Swap(Int32, Int32) | Swap values at slots |