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
Subclasses with type arguments of type IndicesOptions.WildcardStates in org.springframework.data.elasticsearch.core.queryMethods 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()@Nullable EnumSet<IndicesOptions.WildcardStates> DeleteQuery.getExpandWildcards()IndicesOptions.getExpandWildcards()@Nullable EnumSet<IndicesOptions.WildcardStates> Query.getExpandWildcards()Method parameters in org.springframework.data.elasticsearch.core.query with type arguments of type IndicesOptions.WildcardStatesModifier and TypeMethodDescriptionstatic IndicesOptionsIndicesOptions.oFExpandWildcards(EnumSet<IndicesOptions.WildcardStates> expandWildcards) DeleteQuery.Builder.setExpandWildcards(@Nullable EnumSet<IndicesOptions.WildcardStates> expandWildcards) Type of index that wildcard patterns can match.BaseQueryBuilder.withExpandWildcards(EnumSet<IndicesOptions.WildcardStates> expandWildcards)