Modifier and Type | Method and Description |
---|---|
protected SearchSort |
SearchSortParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
ContentPropertyFieldSort
A sort definition for a content property alias.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Sort |
ContentPropertyFieldSortMapper.convertToLuceneSort(SearchSort searchSort) |
Modifier and Type | Method and Description |
---|---|
protected SearchSort |
DateTimeContentPropertyAliasFieldHandler.getSearchSort(SearchSort.Order order) |
protected SearchSort |
NumericContentPropertyAliasFieldHandler.getSearchSort(SearchSort.Order order) |
Modifier and Type | Method and Description |
---|---|
SearchSort |
ContentPropertySearchQueryFactory.buildContentPropertySearchSort(ContentPropertySchemaField schemaField,
SearchSort.Order order,
org.apache.lucene.search.SortField.Type type) |
Modifier and Type | Method and Description |
---|---|
@Nullable SearchSort |
UserSearchQueryParameters.getSort() |
SearchSort |
SearchQueryParameters.getSort() |
Modifier and Type | Method and Description |
---|---|
void |
SearchQueryParameters.setSort(SearchSort sort) |
UserSearchQueryParameters.Builder |
UserSearchQueryParameters.Builder.sort(SearchSort sort) |
Modifier and Type | Field and Description |
---|---|
protected SearchSort |
AbstractSearch.sort |
Modifier and Type | Method and Description |
---|---|
default SearchSort |
SearchSort.expand() |
SearchSort |
ISearch.getSort() |
SearchSort |
AbstractSearch.getSort()
Gets the sort component of the search
|
SearchSort |
DefaultSearchWithToken.getSort() |
Constructor and Description |
---|
AbstractSearch(EnumSet<SearchIndex> indexes,
SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
AbstractSearch(EnumSet<SearchIndex> indexes,
SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit,
ResultFilter resultFilter) |
AbstractSearch(EnumSet<SearchIndex> indexes,
SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit)
Deprecated.
|
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit,
ResultFilter resultFilter)
Deprecated.
|
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
ChangesSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
ChangesSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
ChangesSearch(SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Construct a new Search.
|
DefaultSearch(EnumSet<SearchIndex> indexes,
SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
DefaultSearch(EnumSet<SearchIndex> indexes,
SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneSortMapper<T extends SearchSort>
Deprecated.
since 7.0 use
expand() instead. |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Sort |
DelegatingLuceneSearchMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Sort |
CaseInsensitiveSortMapper.convertToLuceneSort(SearchSort searchSort)
Deprecated.
Converts a search sort into a lucene sort.
|
org.apache.lucene.search.Sort |
NoOpSortMapper.convertToLuceneSort(SearchSort searchSort) |
org.apache.lucene.search.Sort |
DefaultSortMapper.convertToLuceneSort(SearchSort searchSort)
Deprecated.
Converts a search sort into a lucene sort.
|
Modifier and Type | Class and Description |
---|---|
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 |
FavouriteSort
Order search results by favourite date.
|
class |
FieldSort
Sort based on value of a field.
|
class |
FilenameSort
Sort based on an attachment's filename.
|
class |
FilesizeSort |
class |
FullnameSort
Sort by a user's full name
|
class |
LowercaseFieldSort
Sort based on lower case value of a keyword field.
|
class |
ModifiedSort
Order search results by time last modified
|
class |
MultiSearchSort
This composite SearchSort that allows sort by multiple fields.
|
class |
RelevanceSort
Order search results most relevant first.
|
class |
TitleSort
Order search results by title
|
Modifier and Type | Method and Description |
---|---|
SearchSort |
FilenameSort.expand() |
SearchSort |
FilesizeSort.expand() |
SearchSort |
FullnameSort.expand() |
SearchSort |
TitleSort.expand() |
SearchSort |
ModifiedSort.expand() |
SearchSort |
CreatedSort.expand() |
Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
MultiSearchSort.getSearchSorts() |
Constructor and Description |
---|
MultiSearchSort(Iterable<SearchSort> searchSorts) |
Copyright © 2003–2020 Atlassian. All rights reserved.