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  
JiraLuceneFieldCache.Entry Expert: Every key in the internal cache is of this type.
MappedSortComparator This Sort Comparator reads through the terms dictionary in lucene, and builds up a list of ordered terms.
 



Copyright © 2002-2007 Atlassian. All Rights Reserved.