Uses of Enum Class
org.springframework.data.elasticsearch.core.query.IndicesOptions.WildcardStates
Packages that use IndicesOptions.WildcardStates
-
Uses of IndicesOptions.WildcardStates in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return IndicesOptions.WildcardStatesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IndicesOptions.WildcardStates[]IndicesOptions.WildcardStates.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query that return types with arguments of type IndicesOptions.WildcardStatesModifier and TypeMethodDescriptionBaseQuery.getExpandWildcards()BaseQueryBuilder.getExpandWildcards()IndicesOptions.getExpandWildcards()Query.getExpandWildcards()Method parameters in org.springframework.data.elasticsearch.core.query with type arguments of type IndicesOptions.WildcardStatesModifier and TypeMethodDescriptionBaseQueryBuilder.withExpandWildcards(EnumSet<IndicesOptions.WildcardStates> expandWildcards)