|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.search.v2.lucene.mapper.NoOpSortMapper
public class NoOpSortMapper
Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
Constructor Summary | |
---|---|
NoOpSortMapper()
|
Method Summary | |
---|---|
org.apache.lucene.search.Sort |
convertToLuceneSort(SearchSort searchSort)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOpSortMapper()
Method Detail |
---|
public org.apache.lucene.search.Sort convertToLuceneSort(SearchSort searchSort)
convertToLuceneSort
in interface LuceneSortMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |