Package | Description |
---|---|
com.atlassian.confluence.macro.params | |
com.atlassian.confluence.plugins.contentproperty.index.descriptor | |
com.atlassian.confluence.plugins.contentproperty.search.fields | |
com.atlassian.confluence.plugins.contentproperty.search.query | |
com.atlassian.confluence.search.service | |
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.elasticsearch | |
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 |
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 |
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,
org.apache.lucene.search.SortField.Type type) |
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 SearchSort |
AbstractSearch.sort |
Modifier and Type | Method and Description |
---|---|
SearchSort |
ISearch.getSort() |
SearchSort |
AbstractSearch.getSort()
Gets the sort component of the search
|
SearchSort |
DefaultSearchWithToken.getSort() |
Constructor and Description |
---|
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit,
ResultFilter resultFilter) |
AbstractSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
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(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
DefaultSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter) |
Search(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.search.sort.SortBuilder |
ESSortMapper.map(SearchSort searchSort)
Transform a v2 search sort into a ES sort.
|
org.elasticsearch.search.sort.SortBuilder |
DefaultESSortMapper.map(SearchSort sort) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Sort |
DelegatingLuceneSearchMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort.
|
org.apache.lucene.search.Sort |
LuceneSortMapper.convertToLuceneSort(SearchSort searchSort) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Sort |
FavouriteSortMapper.convertToLuceneSort(SearchSort searchSort) |
org.apache.lucene.search.Sort |
NoOpSortMapper.convertToLuceneSort(SearchSort searchSort) |
org.apache.lucene.search.Sort |
CaseInsensitiveSortMapper.convertToLuceneSort(SearchSort searchSort)
Converts a search sort into a lucene sort.
|
org.apache.lucene.search.Sort |
DefaultSortMapper.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 favourited date.
|
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
|
Copyright © 2003–2018 Atlassian. All rights reserved.