Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InPlaceMergeSorter
Sorter implementation based on the merge-sort algorithm that merges
in place (no extra memory will be allocated). |
class |
IntroSorter
|
class |
MSBRadixSorter
Radix sorter for variable-length strings.
|
class |
TimSorter
|
Modifier and Type | Method and Description |
---|---|
protected Sorter |
MSBRadixSorter.getFallbackSorter(int k)
Get a fall-back sorter which may assume that the first k bytes of all compared strings are equal.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.