Uses of Enum Class
org.springframework.data.elasticsearch.core.query.Query.SearchType
Packages that use Query.SearchType
-
Uses of Query.SearchType in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as Query.SearchTypeMethods in org.springframework.data.elasticsearch.core.query that return Query.SearchTypeModifier and TypeMethodDescriptionBaseQuery.getSearchType()
BaseQueryBuilder.getSearchType()
DeleteQuery.getSearchType()
Query.getSearchType()
Type of searchstatic Query.SearchType
Returns the enum constant of this class with the specified name.static Query.SearchType[]
Query.SearchType.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 with parameters of type Query.SearchTypeModifier and TypeMethodDescriptionvoid
BaseQuery.setSearchType
(Query.SearchType searchType) BaseQueryBuilder.withSearchType
(Query.SearchType searchType) DeleteQuery.Builder.withSearchType
(Query.SearchType searchType) The type of the search operation.