Class Summary |
RankCFType |
The custom field type for global ranking. |
RankCustomFieldIndexer |
We don't want rank values in Lucene - the whole idea of the system is to bypass the Lucene index and rewire it to the cached index. |
RankIssueEventListener |
Maintains the global rank index when issues are added/removed |
RankLuceneFieldSorter |
|
RankSearcher |
This is a copy of ExactNumberCustomFieldSearcher, with the modification of providing a no-op FieldIndexer (keeping values out of Lucene) and a
custom sorter which calls back to the memory index. |