|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.v2.sort.AbstractSort
com.atlassian.confluence.search.v2.sort.RelevanceSort
public class RelevanceSort
Order search results most relevant first.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort |
---|
SearchSort.Order |
Field Summary | |
---|---|
static java.lang.String |
key
|
Constructor Summary | |
---|---|
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 |
Field Detail |
---|
public static final java.lang.String key
Constructor Detail |
---|
public RelevanceSort()
SearchSort.Order.DESCENDING
means most relevant items come
first.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |