public class FacetResult extends Object
Constructor and Description |
---|
FacetResult() |
Modifier and Type | Method and Description |
---|---|
int |
getRemainingHits()
The number of remaining hits outside of those covered by the Values terms.
|
List<String> |
getRemainingTerms()
A list of remaining terms in term sort order for terms that are outside of the MaxResults count.
|
int |
getRemainingTermsCount()
The number of remaining terms outside of those covered by the Values terms.
|
List<FacetValue> |
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).
|
void |
setRemainingHits(int remainingHits)
The number of remaining hits outside of those covered by the Values terms.
|
void |
setRemainingTerms(List<String> remainingTerms)
A list of remaining terms in term sort order for terms that are outside of the MaxResults count.
|
void |
setRemainingTermsCount(int remainingTermsCount)
The number of remaining terms outside of those covered by the Values terms.
|
void |
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).
|
public int getRemainingHits()
public List<String> getRemainingTerms()
public int getRemainingTermsCount()
public List<FacetValue> getValues()
public void setRemainingHits(int remainingHits)
remainingHits
- public void setRemainingTerms(List<String> remainingTerms)
remainingTerms
- public void setRemainingTermsCount(int remainingTermsCount)
remainingTermsCount
- public void setValues(List<FacetValue> values)
values
- Copyright © 2016. All Rights Reserved.