public static interface Elastic.QueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Elastic.BoolQuery |
getBoolQuery()
not yet supported in FacetedNavigation
|
Elastic.BoolQueryOrBuilder |
getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
|
Elastic.Query.QueryCase |
getQueryCase() |
Elastic.Query.Range |
getRangeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
|
Elastic.Query.RangeOrBuilder |
getRangeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
|
Elastic.Query.SimpleQueryString |
getSimpleQueryStringQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
|
Elastic.Query.SimpleQueryStringOrBuilder |
getSimpleQueryStringQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
|
Elastic.Query.Terms |
getTermsQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
|
Elastic.Query.TermsOrBuilder |
getTermsQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
|
Elastic.Query.Type |
getTypeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
|
Elastic.Query.TypeOrBuilder |
getTypeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofElastic.Query.Terms getTermsQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
optional .dstore.elastic.Query.Terms terms_query = 1;Elastic.Query.TermsOrBuilder getTermsQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
optional .dstore.elastic.Query.Terms terms_query = 1;Elastic.Query.Type getTypeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
optional .dstore.elastic.Query.Type type_query = 2;Elastic.Query.TypeOrBuilder getTypeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
optional .dstore.elastic.Query.Type type_query = 2;Elastic.Query.SimpleQueryString getSimpleQueryStringQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
optional .dstore.elastic.Query.SimpleQueryString simple_query_string_query = 3;Elastic.Query.SimpleQueryStringOrBuilder getSimpleQueryStringQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
optional .dstore.elastic.Query.SimpleQueryString simple_query_string_query = 3;Elastic.Query.Range getRangeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
optional .dstore.elastic.Query.Range range_query = 4;Elastic.Query.RangeOrBuilder getRangeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
optional .dstore.elastic.Query.Range range_query = 4;Elastic.BoolQuery getBoolQuery()
not yet supported in FacetedNavigation
optional .dstore.elastic.BoolQuery bool_query = 20;Elastic.BoolQueryOrBuilder getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
optional .dstore.elastic.BoolQuery bool_query = 20;Elastic.Query.QueryCase getQueryCase()