public final class QueryBuilders extends Object
Modifier and Type | Method and Description |
---|---|
static co.elastic.clients.elasticsearch._types.LatLonGeoLocation |
latLon(double lat,
double lon) |
static co.elastic.clients.elasticsearch._types.LatLonGeoLocation |
latLon(GeoPoint geoPoint) |
static co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuery |
matchAllQuery() |
static co.elastic.clients.elasticsearch._types.query_dsl.Query |
matchAllQueryAsQuery() |
static co.elastic.clients.elasticsearch._types.query_dsl.MatchQuery |
matchQuery(String fieldName,
String query,
co.elastic.clients.elasticsearch._types.query_dsl.Operator operator,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.Query |
matchQueryAsQuery(String fieldName,
String query,
co.elastic.clients.elasticsearch._types.query_dsl.Operator operator,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery |
queryStringQuery(String fieldName,
String query,
Boolean analyzeWildcard,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery |
queryStringQuery(String fieldName,
String query,
Boolean analyzeWildcard,
co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery |
queryStringQuery(String fieldName,
String query,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery |
queryStringQuery(String fieldName,
String query,
co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator,
Float boost) |
static co.elastic.clients.elasticsearch._types.query_dsl.TermQuery |
termQuery(String fieldName,
String value) |
static co.elastic.clients.elasticsearch._types.query_dsl.Query |
termQueryAsQuery(String fieldName,
String value) |
static co.elastic.clients.elasticsearch._types.query_dsl.WildcardQuery |
wildcardQuery(String field,
String value) |
static co.elastic.clients.elasticsearch._types.query_dsl.Query |
wildcardQueryAsQuery(String field,
String value) |
static co.elastic.clients.elasticsearch._types.query_dsl.WrapperQuery |
wrapperQuery(String query) |
static co.elastic.clients.elasticsearch._types.query_dsl.Query |
wrapperQueryAsQuery(String query) |
public static co.elastic.clients.elasticsearch._types.query_dsl.MatchQuery matchQuery(String fieldName, String query, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator operator, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.Query matchQueryAsQuery(String fieldName, String query, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator operator, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuery matchAllQuery()
public static co.elastic.clients.elasticsearch._types.query_dsl.Query matchAllQueryAsQuery()
public static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery queryStringQuery(String fieldName, String query, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery queryStringQuery(String fieldName, String query, co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery queryStringQuery(String fieldName, String query, @Nullable Boolean analyzeWildcard, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.QueryStringQuery queryStringQuery(String fieldName, String query, @Nullable Boolean analyzeWildcard, @Nullable co.elastic.clients.elasticsearch._types.query_dsl.Operator defaultOperator, @Nullable Float boost)
public static co.elastic.clients.elasticsearch._types.query_dsl.TermQuery termQuery(String fieldName, String value)
public static co.elastic.clients.elasticsearch._types.query_dsl.Query termQueryAsQuery(String fieldName, String value)
public static co.elastic.clients.elasticsearch._types.query_dsl.WildcardQuery wildcardQuery(String field, String value)
public static co.elastic.clients.elasticsearch._types.query_dsl.Query wildcardQueryAsQuery(String field, String value)
public static co.elastic.clients.elasticsearch._types.query_dsl.Query wrapperQueryAsQuery(String query)
public static co.elastic.clients.elasticsearch._types.query_dsl.WrapperQuery wrapperQuery(String query)
public static co.elastic.clients.elasticsearch._types.LatLonGeoLocation latLon(GeoPoint geoPoint)
public static co.elastic.clients.elasticsearch._types.LatLonGeoLocation latLon(double lat, double lon)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.