Uses of Class
org.exoplatform.commons.search.es.ElasticSearchFilterType
-
Packages that use ElasticSearchFilterType Package Description org.exoplatform.commons.search.es -
-
Uses of ElasticSearchFilterType in org.exoplatform.commons.search.es
Methods in org.exoplatform.commons.search.es that return ElasticSearchFilterType Modifier and Type Method Description ElasticSearchFilterTypeElasticSearchFilter. getType()static ElasticSearchFilterTypeElasticSearchFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElasticSearchFilterType[]ElasticSearchFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.commons.search.es with parameters of type ElasticSearchFilterType Modifier and Type Method Description voidElasticSearchFilter. setType(ElasticSearchFilterType type)Constructors in org.exoplatform.commons.search.es with parameters of type ElasticSearchFilterType Constructor Description ElasticSearchFilter(ElasticSearchFilterType type, String field, String value)
-