Uses of Interface
com.atlassian.confluence.search.v2.SearchSort
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.Provides an extensible, flexible search API.
-
Uses of SearchSort in com.atlassian.confluence.impl.search.v2.mappers
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Sort
CaseInsensitiveSortMapper.convertToLuceneSort
(SearchSort searchSort) Deprecated.Converts a search sort into a lucene sort.org.apache.lucene.search.Sort
DefaultSortMapper.convertToLuceneSort
(SearchSort searchSort) Deprecated.Converts a search sort into a lucene sort.org.apache.lucene.search.Sort
NoOpSortMapper.convertToLuceneSort
(SearchSort searchSort) -
Uses of SearchSort in com.atlassian.confluence.internal.search
-
Uses of SearchSort in com.atlassian.confluence.internal.search.v2.lucene
Modifier and TypeInterfaceDescriptioninterface
LuceneSortMapper<T extends SearchSort>
Deprecated.Modifier and TypeMethodDescriptionorg.apache.lucene.search.Sort
DelegatingLuceneSearchMapper.convertToLuceneSort
(SearchSort searchSort) Converts a search sort into a lucene sort. -
Uses of SearchSort in com.atlassian.confluence.macro.params
Modifier and TypeMethodDescriptionprotected SearchSort
SearchSortParameter.findObject
(String paramValue, MacroExecutionContext ctx) -
Uses of SearchSort in com.atlassian.confluence.plugins.contentproperty.search.fields
Modifier and TypeMethodDescriptionprotected SearchSort
DateTimeContentPropertyAliasFieldHandler.getSearchSort
(SearchSort.Order order) protected SearchSort
NumericContentPropertyAliasFieldHandler.getSearchSort
(SearchSort.Order order) -
Uses of SearchSort in com.atlassian.confluence.plugins.contentproperty.search.query
Modifier and TypeMethodDescriptionContentPropertySearchQueryFactory.buildContentPropertySearchSort
(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order) -
Uses of SearchSort in com.atlassian.confluence.plugins.opensearch
Modifier and TypeMethodDescriptionList<org.opensearch.client.opensearch._types.SortOptions>
DelegatingSortMapper.mapSortToOpenSearch
(@Nullable SearchSort sort) -
Uses of SearchSort in com.atlassian.confluence.plugins.opensearch.mappers.sort
Modifier and TypeInterfaceDescriptioninterface
OpenSearchSortMapper<T extends SearchSort>
A mapper that maps a ConfluenceSearchSort
to a list of OpenSearchSortOptions
. -
Uses of SearchSort in com.atlassian.confluence.search.service
Modifier and TypeMethodDescriptionSearchQueryParameters.getSort()
@Nullable SearchSort
UserSearchQueryParameters.getSort()
Modifier and TypeMethodDescriptionvoid
SearchQueryParameters.setSort
(SearchSort sort) UserSearchQueryParameters.Builder.sort
(SearchSort sort) -
Uses of SearchSort in com.atlassian.confluence.search.v2
Modifier and TypeFieldDescriptionprotected SearchSort
AbstractSearch.AbstractBuilder.sort
protected final SearchSort
AbstractSearch.sort
Modifier and TypeMethodDescriptiondefault SearchSort
SearchSort.expand()
AbstractSearch.getSort()
Gets the sort component of the searchDefaultSearchWithToken.getSort()
ISearch.getSort()
Modifier and TypeMethodDescriptionAbstractSearch.AbstractBuilder.sort
(SearchSort sort) DecoratorSearchBuilder.sort
(SearchSort sort) ISearch.Builder.sort
(SearchSort sort) Specifies the sort component of the searchModifierConstructorDescriptionprotected
AbstractSearch
(EnumSet<SearchIndex> indexes, @NonNull SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.protected
AbstractSearch
(List<Index> indexes, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ChangesSearch
(@NonNull SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ChangesSearch
(@NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ChangesSearch
(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ContentSearch
(@NonNull SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ContentSearch
(@NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ContentSearch
(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.DefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.DefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. -
Uses of SearchSort in com.atlassian.confluence.search.v2.sort
Modifier and TypeClassDescriptionclass
Abstract superclass for simple sort types that just sort in a particular direction on some field.final class
Sort content by its id that is stored as part of the handle field in Lucene index.class
Order search results by time createdclass
Order search results by favourite date.final class
Sort based on value of a field.class
Sort based on an attachment's filename.class
class
Sort by a user's full nameclass
Sort based on lower case value of a keyword field.class
Order search results by time last modifiedclass
This composite SearchSort that allows sort by multiple fields.class
Order search results most relevant first.class
Order search results by titlefinal class
Deprecated, for removal: This API element is subject to removal in a future version.since 8.9 because it's very inefficient on Lucene, and is not supported on OpenSearch.
expand()
instead.