Package org.codelibs.fess.util
Class FacetResponse
- java.lang.Object
-
- org.codelibs.fess.util.FacetResponse
-
public class FacetResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFacetResponse.Field
-
Field Summary
Fields Modifier and Type Field Description protected List<FacetResponse.Field>fieldListprotected Map<String,Long>queryCountMap
-
Constructor Summary
Constructors Constructor Description FacetResponse(org.codelibs.fesen.search.aggregations.Aggregations aggregations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FacetResponse.Field>getFieldList()Map<String,Long>getQueryCountMap()booleanhasFacetResponse()
-
-
-
Field Detail
-
fieldList
protected List<FacetResponse.Field> fieldList
-
-
Method Detail
-
hasFacetResponse
public boolean hasFacetResponse()
-
getFieldList
public List<FacetResponse.Field> getFieldList()
- Returns:
- the fieldList
-
-