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

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

Class Summary
DocumentSortComparator  
DocumentSortComparatorSource This Sort Comparator loops through each document, and calls SortComparator.compare(org.apache.lucene.index.IndexReader,int,int) for each document it encounters.
IssueSortComparator  
JiraLuceneFieldCache To paraphrase the Sex Pistols ....
MappedSortComparator This Sort Comparator reads through the terms dictionary in lucene, and builds up a list of ordered terms.
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.