Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
java.util.List<FacetValue> |
FacetResult.getValues()
The facet terms and hits up to a limit of MaxResults items (as specified in the facet setup document), sorted
in TermSortMode order (as indicated in the facet setup document).
|
Modifier and Type | Method and Description |
---|---|
void |
FacetResult.setValues(java.util.List<FacetValue> values) |
Copyright © 2014. All Rights Reserved.