| Interface | Description |
|---|---|
| IssueSortComparator |
A means of comparing two issue documents in an index, using Lucene.
|
| MatchHandler |
Allows
JiraLuceneFieldFinder to handle matched terms in a customised
way. |
| Class | Description |
|---|---|
| DefaultIssueSortComparator | |
| DefaultMatchHandler |
The default match handler used by
JiraLuceneFieldFinder.getMatches(org.apache.lucene.index.IndexReader, String). |
| DocumentSortComparatorSource |
This uses an Issue Sort Comparator to retrieve the issue and then calls
IssueSortComparator.compare(Issue, Issue)
for each document it encounters. |
| JiraLuceneFieldFinder |
This used to be a cache of values but it was found that it consumed a hell of a lot of memory for no benefit
(JRA-10111).
|
| LongSortComparatorSource |
Similar to
StringSortComparatorSource,
this class supplies a Low Memory variant of Lucene's LongComparator. |
| MappedSortComparator |
This Sort Comparator uses a mixed strategy to retrieve the term values.
|
| SingleValueMatchHandler |
A match handler that assumes all values it will only ever see one
value per document.
|
| StringSortComparatorSource |
This supplies a Low Memory variant of Lucene's TermOrdValComparator.
|
| UserHistoryFieldComparatorSource |
Creates a new comparator that sorts based on UserHistory timestamp
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.