Uses of Class
org.springframework.data.elasticsearch.core.query.BaseQuery
Packages that use BaseQuery
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of BaseQuery in org.springframework.data.elasticsearch.client.elc
Subclasses of BaseQuery in org.springframework.data.elasticsearch.client.elcModifier and TypeClassDescriptionclassAQueryimplementation using query builders from the new Elasticsearch Client library. -
Uses of BaseQuery in org.springframework.data.elasticsearch.client.erhlc
Subclasses of BaseQuery in org.springframework.data.elasticsearch.client.erhlc -
Uses of BaseQuery in org.springframework.data.elasticsearch.core.query
Classes in org.springframework.data.elasticsearch.core.query with type parameters of type BaseQueryModifier and TypeClassDescriptionclassBaseQueryBuilder<Q extends BaseQuery,SELF extends BaseQueryBuilder<Q, SELF>> base class for query builders.Subclasses of BaseQuery in org.springframework.data.elasticsearch.core.queryModifier and TypeClassDescriptionclassCriteriaQueryclassclassStringQuery