Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
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(List<FacetValue> values)
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).
|
Copyright © 2016. All Rights Reserved.