Uses of Enum Class
org.exoplatform.commons.search.es.ElasticSearchFilterType
Packages that use ElasticSearchFilterType
-
Uses of ElasticSearchFilterType in org.exoplatform.commons.search.es
Methods in org.exoplatform.commons.search.es that return ElasticSearchFilterTypeModifier and TypeMethodDescriptionElasticSearchFilter.getType()static ElasticSearchFilterTypeReturns the enum constant of this class with the specified name.static ElasticSearchFilterType[]ElasticSearchFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.commons.search.es with parameters of type ElasticSearchFilterTypeConstructors in org.exoplatform.commons.search.es with parameters of type ElasticSearchFilterTypeModifierConstructorDescriptionElasticSearchFilter(ElasticSearchFilterType type, String field, String value)