| Package | Description |
|---|---|
| org.dspace.discovery |
| Modifier and Type | Method and Description |
|---|---|
DiscoverQuery.SORT_ORDER |
DiscoverQuery.getSortOrder() |
static DiscoverQuery.SORT_ORDER |
DiscoverQuery.SORT_ORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoverQuery.SORT_ORDER[] |
DiscoverQuery.SORT_ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SolrServiceImpl.calculateExtremeValue(Context context,
String valueField,
String sortField,
DiscoverQuery.SORT_ORDER sortOrder) |
String |
SearchService.calculateExtremeValue(Context context,
String valueField,
String sortField,
DiscoverQuery.SORT_ORDER sortOrder)
This method returns us either the highest or lowest value for the field that we give to it
depending on what sortOrder we give this method.
|
void |
DiscoverQuery.setSortField(String sortField,
DiscoverQuery.SORT_ORDER sortOrder) |
Copyright © 2019 DuraSpace. All rights reserved.