Package | Description |
---|---|
org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
Modifier and Type | Method | Description |
---|---|---|
FacetRequest.SortOrder |
FacetRequest.getSortOrder() |
Return the requested order of results.
|
static FacetRequest.SortOrder |
FacetRequest.SortOrder.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FacetRequest.SortOrder[] |
FacetRequest.SortOrder.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FacetRequest.setSortOrder(FacetRequest.SortOrder sortOrder) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.