クラス Queries
java.lang.ObjectSE
org.springframework.data.elasticsearch.client.elc.Queries
より複雑なクエリと型の作成を簡素化するユーティリティクラス。
- 導入:
- 4.4
- 作成者:
- Peter-Josef Meisch
方法の概要
修飾子と型メソッド説明static BaseQueryBuilder<?, ?> static BaseQueryBuilder<?, ?> getBuilderWithTermQuery(StringSE field, StringSE value) static QuerygetTermsAggsQuery(StringSE aggsName, StringSE aggsField) static co.elastic.clients.elasticsearch._types.query_dsl.IdsQuerystatic co.elastic.clients.elasticsearch._types.query_dsl.QueryidsQueryAsQuery(ListSE<StringSE> ids) static co.elastic.clients.elasticsearch._types.LatLonGeoLocationlatLon(double lat, double lon) static co.elastic.clients.elasticsearch._types.LatLonGeoLocationstatic co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuerystatic co.elastic.clients.elasticsearch._types.query_dsl.Querystatic co.elastic.clients.elasticsearch._types.query_dsl.MatchQuerymatchQuery(StringSE fieldName, StringSE query, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator operator, @Nullable FloatSE boost) static co.elastic.clients.elasticsearch._types.query_dsl.QuerymatchQueryAsQuery(StringSE fieldName, StringSE query, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator operator, @Nullable FloatSE boost) static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQueryqueryStringQuery(StringSE fieldName, StringSE query, co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator, @Nullable FloatSE boost) static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQueryqueryStringQuery(StringSE fieldName, StringSE query, @Nullable BooleanSE analyzeWildcard, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator, @Nullable FloatSE boost) static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQueryqueryStringQuery(StringSE fieldName, StringSE query, @Nullable BooleanSE analyzeWildcard, @Nullable FloatSE boost) static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQueryqueryStringQuery(StringSE fieldName, StringSE query, @Nullable FloatSE boost) static QueryqueryWithIds(StringSE... ids) static co.elastic.clients.elasticsearch._types.query_dsl.TermQuerystatic co.elastic.clients.elasticsearch._types.query_dsl.QuerytermQueryAsQuery(StringSE fieldName, StringSE value) static co.elastic.clients.elasticsearch._types.query_dsl.WildcardQuerywildcardQuery(StringSE field, StringSE value) static co.elastic.clients.elasticsearch._types.query_dsl.QuerywildcardQueryAsQuery(StringSE field, StringSE value) static co.elastic.clients.elasticsearch._types.query_dsl.WrapperQuerywrapperQuery(StringSE query) static co.elastic.clients.elasticsearch._types.query_dsl.QuerywrapperQueryAsQuery(StringSE query)
方法の詳細
idsQuery
idsQueryAsQuery
matchQuery
matchQueryAsQuery
matchAllQuery
public static co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuery matchAllQuery()matchAllQueryAsQuery
public static co.elastic.clients.elasticsearch._types.query_dsl.Query matchAllQueryAsQuery()queryStringQuery
queryStringQuery
queryStringQuery
queryStringQuery
termQuery
termQueryAsQuery
wildcardQuery
wildcardQueryAsQuery
wrapperQueryAsQuery
public static co.elastic.clients.elasticsearch._types.query_dsl.Query wrapperQueryAsQuery(StringSE query) wrapperQuery
public static co.elastic.clients.elasticsearch._types.query_dsl.WrapperQuery wrapperQuery(StringSE query) latLon
latLon
public static co.elastic.clients.elasticsearch._types.LatLonGeoLocation latLon(double lat, double lon) getTermsAggsQuery
queryWithIds
getBuilderWithMatchAllQuery
getBuilderWithTermQuery