| Modifier and Type | Method and Description |
|---|---|
ESSortMapper<SearchSort> |
ESSearchSubsystemConfig.esSortMapper() |
| 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 |
|---|---|
SearchSort |
ContentPropertyFieldSort.expand() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Sort |
ContentPropertyFieldSortMapper.convertToLuceneSort(SearchSort searchSort) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchSort |
NumericContentPropertyAliasFieldHandler.getSearchSort(SearchSort.Order order) |
protected SearchSort |
DateTimeContentPropertyAliasFieldHandler.getSearchSort(SearchSort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
ContentPropertySearchQueryFactory.buildContentPropertySearchSort(ContentPropertySchemaField schemaField,
SearchSort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SearchQueryParameters.getSort() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQueryParameters.setSort(SearchSort sort) |
| Modifier and Type | Field and Description |
|---|---|
protected Iterable<SearchSort> |
AbstractSearch.sorts |
protected Iterable<SearchSort> |
AbstractSearch.Builder.sorts |
| Modifier and Type | Method and Description |
|---|---|
default SearchSort |
SearchSort.expand() |
default SearchSort |
ISearch.getSort()
Deprecated.
|
SearchSort |
DefaultSearchWithToken.getSort() |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<SearchSort> |
ISearch.getSorts() |
Iterable<SearchSort> |
DefaultSearchWithToken.getSorts() |
Iterable<SearchSort> |
AbstractSearch.getSorts()
Gets the sort component of the search
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch.Builder |
AbstractSearch.Builder.sort(SearchSort... sorts) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch.Builder |
AbstractSearch.Builder.sort(Iterable<SearchSort> sorts) |
| Constructor and Description |
|---|
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
ChangesSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit)
Deprecated.
|
ChangesSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
ChangesSearch(SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit)
Deprecated.
|
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
DefaultSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit)
Deprecated.
|
DefaultSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
Search(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
| Constructor and Description |
|---|
AbstractSearch(SearchQuery query,
Iterable<SearchSort> sorts,
SearchFilter searchFilter,
int startOffset,
int limit) |
AbstractSearch(SearchQuery query,
Iterable<SearchSort> sorts,
SearchFilter searchFilter,
int startOffset,
int limit,
Optional<? extends HighlightParams> optionalHighlightParams) |
AbstractSearch(SearchQuery query,
Iterable<SearchSort> sorts,
SearchFilter searchFilter,
ResultFilter resultFilter) |
DefaultSearch(SearchQuery query,
Iterable<SearchSort> sorts,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
Search(SearchQuery query,
Iterable<SearchSort> sort,
SearchFilter searchFilter,
int startOffset,
int limit,
Optional<? extends HighlightParams> highlightParams)
Deprecated.
|
| Constructor and Description |
|---|
ESRequestFactory(ESFilterMapper<SearchFilter> filterMapper,
ESQueryMapper<SearchQuery> queryMapper,
ESSortMapper<SearchSort> sortMapper,
SearchLanguageDetector languageDetector,
ESLanguageSpecificFieldMapper languageSpecificFieldMapper,
FeatureFlagServiceClient featureFlagServiceClient) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ESSortMapper<T extends SearchSort> |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.sort.SortBuilder |
DelegatingESSortMapper.map(SearchSort sort) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Sort |
NoOpSortMapper.convertToLuceneSort(SearchSort searchSort) |
org.apache.lucene.search.Sort |
FavouriteSortMapper.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.
|
| 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
v2 primitive sort
|
class |
FilenameSort
Sort based on an attachment's case insensitive filename.
|
class |
FilesizeSort |
class |
FullnameSort
Sort by a user's case insensitive full name
|
class |
LowercaseFieldSort
v2 primitive sort
|
class |
ModifiedSort
Order search results by time last modified
|
class |
RelevanceSort
Order search results most relevant first.
|
class |
TitleSort
Order search results by case insensitive title
|
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
TitleSort.expand() |
SearchSort |
ModifiedSort.expand() |
SearchSort |
FullnameSort.expand() |
SearchSort |
FilesizeSort.expand() |
SearchSort |
FilenameSort.expand() |
SearchSort |
CreatedSort.expand() |
Copyright © 2003–2017 Atlassian. All rights reserved.