Uses of Enum Class
io.meeds.notes.legacy.search.es.ElasticSearchFilterType
Packages that use ElasticSearchFilterType
-
Uses of ElasticSearchFilterType in io.meeds.notes.legacy.search.es
Methods in io.meeds.notes.legacy.search.es that return ElasticSearchFilterTypeModifier and TypeMethodDescriptionElasticSearchFilter.getType()Deprecated, for removal: This API element is subject to removal in a future version.static ElasticSearchFilterTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ElasticSearchFilterType[]ElasticSearchFilterType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.meeds.notes.legacy.search.es with parameters of type ElasticSearchFilterTypeModifier and TypeMethodDescriptionvoidElasticSearchFilter.setType(ElasticSearchFilterType type) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.meeds.notes.legacy.search.es with parameters of type ElasticSearchFilterTypeModifierConstructorDescriptionElasticSearchFilter(ElasticSearchFilterType type, String field, String value) Deprecated, for removal: This API element is subject to removal in a future version.