Uses of Interface
com.atlassian.confluence.search.v2.SearchSort
Packages that use 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
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type SearchSortModifier 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
Methods in com.atlassian.confluence.internal.search that return SearchSort -
Uses of SearchSort in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene with type parameters of type SearchSortModifier and TypeInterfaceDescriptioninterface
LuceneSortMapper<T extends SearchSort>
Deprecated.Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type SearchSortModifier 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
Methods in com.atlassian.confluence.macro.params that return SearchSortModifier and TypeMethodDescriptionprotected SearchSort
SearchSortParameter.findObject
(String paramValue, MacroExecutionContext ctx) -
Uses of SearchSort in com.atlassian.confluence.plugins.contentproperty.search.fields
Methods in com.atlassian.confluence.plugins.contentproperty.search.fields that return SearchSortModifier 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
Methods in com.atlassian.confluence.plugins.contentproperty.search.query that return SearchSortModifier and TypeMethodDescriptionContentPropertySearchQueryFactory.buildContentPropertySearchSort
(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order) -
Uses of SearchSort in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type SearchSortModifier and TypeMethodDescriptionList<org.opensearch.client.opensearch._types.SortOptions>
DelegatingSortMapper.mapSortToOpenSearch
(@Nullable SearchSort sort) -
Uses of SearchSort in com.atlassian.confluence.plugins.opensearch.mappers.sort
Classes in com.atlassian.confluence.plugins.opensearch.mappers.sort with type parameters of type SearchSortModifier 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
Methods in com.atlassian.confluence.search.service that return SearchSortModifier and TypeMethodDescriptionSearchQueryParameters.getSort()
@Nullable SearchSort
UserSearchQueryParameters.getSort()
Methods in com.atlassian.confluence.search.service with parameters of type SearchSortModifier and TypeMethodDescriptionvoid
SearchQueryParameters.setSort
(SearchSort sort) UserSearchQueryParameters.Builder.sort
(SearchSort sort) -
Uses of SearchSort in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as SearchSortModifier and TypeFieldDescriptionprotected SearchSort
AbstractSearch.AbstractBuilder.sort
protected final SearchSort
AbstractSearch.sort
Methods in com.atlassian.confluence.search.v2 that return SearchSortModifier and TypeMethodDescriptiondefault SearchSort
SearchSort.expand()
AbstractSearch.getSort()
Gets the sort component of the searchDefaultSearchWithToken.getSort()
ISearch.getSort()
Methods in com.atlassian.confluence.search.v2 with parameters of type SearchSortModifier and TypeMethodDescriptionAbstractSearch.AbstractBuilder.sort
(SearchSort sort) DecoratorSearchBuilder.sort
(SearchSort sort) ISearch.Builder.sort
(SearchSort sort) Specifies the sort component of the searchConstructors in com.atlassian.confluence.search.v2 with parameters of type SearchSortModifierConstructorDescriptionprotected
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
Classes in com.atlassian.confluence.search.v2.sort that implement SearchSortModifier 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.Methods in com.atlassian.confluence.search.v2.sort that return SearchSortModifier and TypeMethodDescriptionContentIdSort.expand()
CreatedSort.expand()
FilenameSort.expand()
FilesizeSort.expand()
FullnameSort.expand()
ModifiedSort.expand()
TitleSort.expand()
Methods in com.atlassian.confluence.search.v2.sort that return types with arguments of type SearchSortConstructor parameters in com.atlassian.confluence.search.v2.sort with type arguments of type SearchSort
expand()
instead.