Class WordDelimiterGraphFilter.PositionSorter
java.lang.Object
org.apache.lucene.util.Sorter
org.apache.lucene.util.InPlaceMergeSorter
org.apache.lucene.analysis.miscellaneous.WordDelimiterGraphFilter.PositionSorter
- Enclosing class:
WordDelimiterGraphFilter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.InPlaceMergeSorter
sortMethods inherited from class org.apache.lucene.util.Sorter
comparePivot, setPivot
-
Constructor Details
-
PositionSorter
private PositionSorter()
-
-
Method Details
-
compare
protected int compare(int i, int j) Description copied from class:SorterCompare entries found in slotsiandj. The contract for the returned value is the same asComparator.compare(Object, Object). -
swap
protected void swap(int i, int j) Description copied from class:SorterSwap values at slotsiandj.
-