Package com.atlassian.jira.issue.search.parameters.lucene.sort

Interface Summary
IssueSortComparator A means of comparing two issue documents in an index, using Lucene.
 

Class Summary
DefaultIssueSortComparator  
DocumentSortComparatorSource This uses an Issue Sort Comparator to retrive 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).
MappedSortComparator This Sort Comparator reads through the terms dictionary in lucene, and builds up a list of ordered terms.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.