public static final class Elastic.Query extends com.google.protobuf.GeneratedMessageV3 implements Elastic.QueryOrBuilder
dstore.elastic.Query| Modifier and Type | Class and Description |
|---|---|
static class |
Elastic.Query.Builder
Protobuf type
dstore.elastic.Query |
static class |
Elastic.Query.QueryCase |
static class |
Elastic.Query.Range
Protobuf type
dstore.elastic.Query.Range |
static interface |
Elastic.Query.RangeOrBuilder |
static class |
Elastic.Query.SimpleQueryString
Protobuf type
dstore.elastic.Query.SimpleQueryString |
static interface |
Elastic.Query.SimpleQueryStringOrBuilder |
static class |
Elastic.Query.Terms
Protobuf type
dstore.elastic.Query.Terms |
static interface |
Elastic.Query.TermsOrBuilder |
static class |
Elastic.Query.Type
Protobuf type
dstore.elastic.Query.Type |
static interface |
Elastic.Query.TypeOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_QUERY_FIELD_NUMBER |
static int |
RANGE_QUERY_FIELD_NUMBER |
static int |
SIMPLE_QUERY_STRING_QUERY_FIELD_NUMBER |
static int |
TERMS_QUERY_FIELD_NUMBER |
static int |
TYPE_QUERY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Elastic.BoolQuery |
getBoolQuery()
not yet supported in FacetedNavigation
|
Elastic.BoolQueryOrBuilder |
getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
|
static Elastic.Query |
getDefaultInstance() |
Elastic.Query |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Elastic.Query> |
getParserForType() |
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
|
int |
getSerializedSize() |
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
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Elastic.Query.Builder |
newBuilder() |
static Elastic.Query.Builder |
newBuilder(Elastic.Query prototype) |
Elastic.Query.Builder |
newBuilderForType() |
protected Elastic.Query.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Elastic.Query |
parseDelimitedFrom(java.io.InputStream input) |
static Elastic.Query |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.Query |
parseFrom(byte[] data) |
static Elastic.Query |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.Query |
parseFrom(com.google.protobuf.ByteString data) |
static Elastic.Query |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.Query |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Elastic.Query |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.Query |
parseFrom(java.io.InputStream input) |
static Elastic.Query |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Elastic.Query> |
parser() |
Elastic.Query.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TERMS_QUERY_FIELD_NUMBER
public static final int TYPE_QUERY_FIELD_NUMBER
public static final int SIMPLE_QUERY_STRING_QUERY_FIELD_NUMBER
public static final int RANGE_QUERY_FIELD_NUMBER
public static final int BOOL_QUERY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Elastic.Query.QueryCase getQueryCase()
getQueryCase in interface Elastic.QueryOrBuilderpublic Elastic.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;getTermsQuery in interface Elastic.QueryOrBuilderpublic 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;getTermsQueryOrBuilder in interface Elastic.QueryOrBuilderpublic 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;getTypeQuery in interface Elastic.QueryOrBuilderpublic 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;getTypeQueryOrBuilder in interface Elastic.QueryOrBuilderpublic 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;getSimpleQueryStringQuery in interface Elastic.QueryOrBuilderpublic 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;getSimpleQueryStringQueryOrBuilder in interface Elastic.QueryOrBuilderpublic 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;getRangeQuery in interface Elastic.QueryOrBuilderpublic 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;getRangeQueryOrBuilder in interface Elastic.QueryOrBuilderpublic Elastic.BoolQuery getBoolQuery()
not yet supported in FacetedNavigation
optional .dstore.elastic.BoolQuery bool_query = 20;getBoolQuery in interface Elastic.QueryOrBuilderpublic Elastic.BoolQueryOrBuilder getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
optional .dstore.elastic.BoolQuery bool_query = 20;getBoolQueryOrBuilder in interface Elastic.QueryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Elastic.Query parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.Query parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.Query parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.Query parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.Query parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.Query parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.Query parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.Query parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.Query parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.Query parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Elastic.Query.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Elastic.Query.Builder newBuilder()
public static Elastic.Query.Builder newBuilder(Elastic.Query prototype)
public Elastic.Query.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Elastic.Query.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Elastic.Query getDefaultInstance()
public static com.google.protobuf.Parser<Elastic.Query> parser()
public com.google.protobuf.Parser<Elastic.Query> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Elastic.Query getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder