| Package | Description |
|---|---|
| com.valtech.aem.saas.api.fulltextsearch | |
| com.valtech.aem.saas.api.query |
| Modifier and Type | Method and Description |
|---|---|
Optional<FulltextSearchResultsDTO> |
FulltextSearchService.getResults(@NonNull SearchCAConfigurationModel searchConfiguration,
String searchText,
@NonNull String language,
int start,
int rows,
Set<Filter> filters,
Set<String> facets,
boolean disableContextFilters,
String template,
List<org.apache.commons.lang3.tuple.Pair<String,Sort>> sortParameters) |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sort[] |
Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortQuery(String field,
Sort sort)
Constructs a sorting query.
|
| Constructor and Description |
|---|
SortQuery(List<org.apache.commons.lang3.tuple.Pair<String,Sort>> sortParameters)
Constructs a sorting query with multiple sort parameters.
|
Copyright © 2023. All rights reserved.