| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.modules.searchEngine | |
| edu.cornell.mannlib.vitro.webapp.searchengine.base |
| Modifier and Type | Method and Description |
|---|---|
static SearchQuery.Order |
SearchQuery.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQuery.Order[] |
SearchQuery.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchQuery.Order> |
SearchQuery.getSortFields() |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery |
SearchQuery.addSortField(String name,
SearchQuery.Order order)
What field should be used to sort the results, and in what order?
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchQuery.Order> |
BaseSearchQuery.getSortFields() |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery |
BaseSearchQuery.addSortField(String name,
SearchQuery.Order order) |
Copyright © 2016. All rights reserved.