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
@SearchPrimitive public class RelevanceSort extends AbstractSort
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
-
-
Constructor Summary
Constructors Constructor Description RelevanceSort()
Constructs a relevance sort.
-
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 Detail
-
key
public static final String key
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RelevanceSort
public RelevanceSort()
Constructs a relevance sort.SearchSort.Order.DESCENDING
means most relevant items come first.
-
-