|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchSort | |
---|---|
com.atlassian.confluence.macro.params | |
com.atlassian.confluence.search.service | |
com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
com.atlassian.confluence.search.v2.lucene | Provides a Lucene-backed implementation of the SearchManager . |
com.atlassian.confluence.search.v2.lucene.mapper | |
com.atlassian.confluence.search.v2.sort |
Uses of SearchSort in com.atlassian.confluence.macro.params |
---|
Methods in com.atlassian.confluence.macro.params that return SearchSort | |
---|---|
protected SearchSort |
SearchSortParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
Uses of SearchSort in com.atlassian.confluence.search.service |
---|
Methods in com.atlassian.confluence.search.service that return SearchSort | |
---|---|
SearchSort |
SearchQueryParameters.getSort()
|
Methods in com.atlassian.confluence.search.service with parameters of type SearchSort | |
---|---|
void |
SearchQueryParameters.setSort(SearchSort sort)
|
Uses of SearchSort in com.atlassian.confluence.search.v2 |
---|
Fields in com.atlassian.confluence.search.v2 declared as SearchSort | |
---|---|
protected SearchSort |
AbstractSearch.sort
|
Methods in com.atlassian.confluence.search.v2 that return SearchSort | |
---|---|
SearchSort |
ISearch.getSort()
|
SearchSort |
AbstractSearch.getSort()
Gets the sort component of the search |
Constructors in com.atlassian.confluence.search.v2 with parameters of type SearchSort | |
---|---|
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
|
|
ChangesSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
|
|
ChangesSearch(SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
|
|
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Construct a new Search. |
|
Search(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated. |
Uses of SearchSort in com.atlassian.confluence.search.v2.lucene |
---|
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type SearchSort | |
---|---|
org.apache.lucene.search.Sort |
LuceneSortMapper.convertToLuceneSort(SearchSort searchSort)
|
org.apache.lucene.search.Sort |
DelegatingLuceneSearchMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort. |
Uses of SearchSort in com.atlassian.confluence.search.v2.lucene.mapper |
---|
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type SearchSort | |
---|---|
org.apache.lucene.search.Sort |
NoOpSortMapper.convertToLuceneSort(SearchSort searchSort)
|
org.apache.lucene.search.Sort |
DefaultSortMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort. |
org.apache.lucene.search.Sort |
CaseInsensitiveSortMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort. |
Uses of SearchSort in com.atlassian.confluence.search.v2.sort |
---|
Classes in com.atlassian.confluence.search.v2.sort that implement SearchSort | |
---|---|
class |
AbstractSort
Abstract superclass for simple sort types that just sort in a particular direction on some field. |
class |
CreatedSort
Order search results by time created |
class |
FilenameSort
Sort based on an attachment's filename. |
class |
FilesizeSort
|
class |
FullnameSort
Sort by a user's full name |
class |
ModifiedSort
Order search results by time last modified |
class |
RelevanceSort
Order search results most relevant first. |
class |
TitleSort
Order search results by title |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |