public class DistinctFacet extends Facet
| Modifier and Type | Class and Description |
|---|---|
static class |
DistinctFacet.DistinctFacetItem
Represents a facet option found in the result set.
|
| Constructor and Description |
|---|
DistinctFacet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistinctFacet.DistinctFacetItem> |
getItems()
The options found for this facet.
|
FacetType |
getType()
The type of the facet (as set in the request).
|
boolean |
hasValues()
Whether or not the facet has any options.
|
public FacetType getType()
public boolean hasValues()
public java.util.List<DistinctFacet.DistinctFacetItem> getItems()