Package org.exoplatform.analytics.model
Class StatisticFieldMapping
- java.lang.Object
-
- org.exoplatform.analytics.model.StatisticFieldMapping
-
public class StatisticFieldMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description StatisticFieldMapping(String name, String type, boolean hasKeywordSubField)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcomputeESQueryValue(String value)StringgetAggregationFieldName()StringgetESQueryValue(String value)StringgetSearchFieldName()booleanisAggregation()booleanisDate()booleanisKeyword()booleanisNumeric()booleanisText()
-
-
-
Method Detail
-
isNumeric
public boolean isNumeric()
-
isKeyword
public boolean isKeyword()
-
isDate
public boolean isDate()
-
isText
public boolean isText()
-
isAggregation
public boolean isAggregation()
-
getSearchFieldName
public String getSearchFieldName()
-
getAggregationFieldName
public String getAggregationFieldName()
-
-