Package | Description |
---|---|
org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
Modifier and Type | Field and Description |
---|---|
static FacetRequest.SortBy |
FacetRequest.DEFAULT_SORT_BY
Default sort mode.
|
Modifier and Type | Method and Description |
---|---|
FacetRequest.SortBy |
FacetRequest.getSortBy()
Specify how should results be sorted.
|
static FacetRequest.SortBy |
FacetRequest.SortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetRequest.SortBy[] |
FacetRequest.SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetRequest.setSortBy(FacetRequest.SortBy sortBy) |