Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexSorter.DoubleSorter
Sorts documents based on double values from a NumericDocValues instance
|
static class |
IndexSorter.FloatSorter
Sorts documents based on float values from a NumericDocValues instance
|
static class |
IndexSorter.IntSorter
Sorts documents based on integer values from a NumericDocValues instance
|
static class |
IndexSorter.LongSorter
Sorts documents based on long values from a NumericDocValues instance
|
static class |
IndexSorter.StringSorter
Sorts documents based on terms from a SortedDocValues instance
|
Modifier and Type | Method and Description |
---|---|
IndexSorter |
SortField.getIndexSorter()
Returns an
IndexSorter used for sorting index segments by this SortField. |
IndexSorter |
SortedSetSortField.getIndexSorter() |
IndexSorter |
SortedNumericSortField.getIndexSorter() |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.