Class RelevanceSort
java.lang.Object
com.atlassian.confluence.search.v2.sort.AbstractSort
com.atlassian.confluence.search.v2.sort.RelevanceSort
- All Implemented Interfaces:
Expandable<SearchSort>
,SearchSort
Order search results most relevant first.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort
SearchSort.Order, SearchSort.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.confluence.search.v2.sort.AbstractSort
equals, getKey, getOrder, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.search.v2.SearchSort
expand
-
Field Details
-
key
- See Also:
-
-
Constructor Details
-
RelevanceSort
public RelevanceSort()Constructs a relevance sort.SearchSort.Order.DESCENDING
means most relevant items come first.
-