Package | Description |
---|---|
org.alfresco.repo.search.impl.querymodel.impl.lucene | |
org.alfresco.service.cmr.search |
Modifier and Type | Method and Description |
---|---|
List<SearchParameters.SortDefinition> |
LuceneQuery.buildSortDefinitions(Set<String> selectors,
LuceneQueryBuilderContext<Q,S,E> luceneContext,
FunctionEvaluationContext functionContext) |
List<SearchParameters.SortDefinition> |
LuceneQueryBuilder.buildSortDefinitions(Set<String> selectors,
LuceneQueryBuilderContext<Q,S,E> luceneContext,
FunctionEvaluationContext functionContext)
Build a sort definition for a sorted result set wrapper
|
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 |
---|---|
List<SearchParameters.SortDefinition> |
StatsParameters.getSortDefinitions() |
List<SearchParameters.SortDefinition> |
BasicSearchParameters.getSortDefinitions() |
ArrayList<SearchParameters.SortDefinition> |
SearchParameters.getSortDefinitions()
Get the sort definitions that apply to this query.
|
Modifier and Type | Method and Description |
---|---|
void |
StatsParameters.addSort(SearchParameters.SortDefinition sortDefinition)
Add a sort definition.
|
void |
SearchParameters.addSort(SearchParameters.SortDefinition sortDefinition)
Add a sort definition.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.