public interface SynthesisCategoryGroup
Modifier and Type | Method and Description |
---|---|
MultiDimensionFacet |
asMultiDimensionFacet() |
java.util.List<SynthesisAggregationFunction> |
getAggregationFunctions() |
java.util.List<SynthesisCategory> |
getCategories() |
long |
getCount() |
double |
getDoubleAggregationValue(int idx) |
long |
getGlob() |
java.lang.String |
getId() |
long |
getLongAggregationValue(int idx) |
long |
getNbClippedCategories() |
java.lang.String |
getRefinementPolicy() |
java.lang.String |
getRoot() |
java.lang.String |
getStringAggregationValue(int idx) |
java.util.List<SynthesisCategoryGroupInfo> |
getSynthesisCategoryGroupInfos() |
long |
getTotalClippedCategories() |
java.lang.String |
getType() |
boolean |
isRefinable() |
java.lang.String getId()
java.lang.String getRoot()
long getCount()
long getGlob()
long getNbClippedCategories()
boolean isRefinable()
java.lang.String getRefinementPolicy()
long getTotalClippedCategories()
java.lang.String getType()
java.util.List<SynthesisCategory> getCategories()
java.util.List<SynthesisAggregationFunction> getAggregationFunctions()
double getDoubleAggregationValue(int idx) throws SearchClientException
SearchClientException
long getLongAggregationValue(int idx) throws SearchClientException
SearchClientException
java.lang.String getStringAggregationValue(int idx) throws SearchClientException
SearchClientException
java.util.List<SynthesisCategoryGroupInfo> getSynthesisCategoryGroupInfos()
MultiDimensionFacet asMultiDimensionFacet() throws java.lang.IllegalStateException
java.lang.IllegalStateException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.