| Package | Description |
|---|---|
| org.alfresco.service.cmr.search |
| Modifier and Type | Field and Description |
|---|---|
static SearchParameters.SortDefinition |
SearchParameters.SORT_IN_DOCUMENT_ORDER_ASCENDING
Sort in the order docs were added to the index - oldest docs first
|
static SearchParameters.SortDefinition |
SearchParameters.SORT_IN_DOCUMENT_ORDER_DESCENDING
Sort in the reverse order docs were added to the index - new/updateed docs first
|
static SearchParameters.SortDefinition |
SearchParameters.SORT_IN_SCORE_ORDER_ASCENDING
Sort in ascending score
|
static SearchParameters.SortDefinition |
SearchParameters.SORT_IN_SCORE_ORDER_DESCENDING
Sort in descending score order
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<SearchParameters.SortDefinition> |
SearchParameters.getSortDefinitions()
Get the sort definitions that apply to this query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchParameters.addSort(SearchParameters.SortDefinition sortDefinition)
Add a sort definition.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.