Package | Description |
---|---|
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.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.sort |
Constructor and Description |
---|
ContentPropertyFieldSort(SearchSort.Order order,
String fieldName,
org.apache.lucene.search.SortField.Type fieldType) |
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.Order |
SearchSort.getOrder()
Returns the order (whether
ASCENDING or DESCENDING ) of the sort. |
static SearchSort.Order |
SearchSort.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchSort.Order[] |
SearchSort.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SearchSort.Order |
AbstractSort.getOrder() |
Constructor and Description |
---|
AbstractSort(String key,
SearchSort.Order order)
Constructs a sort.
|
CreatedSort(SearchSort.Order order) |
FavouriteSort(SearchSort.Order order) |
FilenameSort(SearchSort.Order order) |
FilesizeSort(SearchSort.Order order) |
FullnameSort(SearchSort.Order order) |
ModifiedSort(SearchSort.Order order) |
TitleSort(SearchSort.Order order) |
Copyright © 2003–2016 Atlassian. All rights reserved.