public final class Query extends com.google.protobuf.GeneratedMessageV3 implements QueryOrBuilder
dstore.elastic.Query| Modifier and Type | Class and Description |
|---|---|
static class |
Query.Builder
Protobuf type
dstore.elastic.Query |
static class |
Query.QueryCase |
static class |
Query.Range
Protobuf type
dstore.elastic.Query.Range |
static interface |
Query.RangeOrBuilder |
static class |
Query.SimpleQueryString
Protobuf type
dstore.elastic.Query.SimpleQueryString |
static interface |
Query.SimpleQueryStringOrBuilder |
static class |
Query.Terms
Protobuf type
dstore.elastic.Query.Terms |
static interface |
Query.TermsOrBuilder |
static class |
Query.Type
Protobuf type
dstore.elastic.Query.Type |
static interface |
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) |
BoolQuery |
getBoolQuery()
not yet supported in FacetedNavigation
|
BoolQueryOrBuilder |
getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
|
static Query |
getDefaultInstance() |
Query |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Query> |
getParserForType() |
Query.QueryCase |
getQueryCase() |
Query.Range |
getRangeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
|
Query.RangeOrBuilder |
getRangeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
|
int |
getSerializedSize() |
Query.SimpleQueryString |
getSimpleQueryStringQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
|
Query.SimpleQueryStringOrBuilder |
getSimpleQueryStringQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
|
Query.Terms |
getTermsQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
|
Query.TermsOrBuilder |
getTermsQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
|
Query.Type |
getTypeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
|
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 Query.Builder |
newBuilder() |
static Query.Builder |
newBuilder(Query prototype) |
Query.Builder |
newBuilderForType() |
protected Query.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Query |
parseDelimitedFrom(java.io.InputStream input) |
static Query |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Query |
parseFrom(byte[] data) |
static Query |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Query |
parseFrom(com.google.protobuf.ByteString data) |
static Query |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Query |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Query |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Query |
parseFrom(java.io.InputStream input) |
static Query |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Query> |
parser() |
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, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, 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 Query.QueryCase getQueryCase()
getQueryCase in interface QueryOrBuilderpublic Query.Terms getTermsQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
.dstore.elastic.Query.Terms terms_query = 1;getTermsQuery in interface QueryOrBuilderpublic Query.TermsOrBuilder getTermsQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
.dstore.elastic.Query.Terms terms_query = 1;getTermsQueryOrBuilder in interface QueryOrBuilderpublic Query.Type getTypeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
.dstore.elastic.Query.Type type_query = 2;getTypeQuery in interface QueryOrBuilderpublic Query.TypeOrBuilder getTypeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
.dstore.elastic.Query.Type type_query = 2;getTypeQueryOrBuilder in interface QueryOrBuilderpublic Query.SimpleQueryString getSimpleQueryStringQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
.dstore.elastic.Query.SimpleQueryString simple_query_string_query = 3;getSimpleQueryStringQuery in interface QueryOrBuilderpublic Query.SimpleQueryStringOrBuilder getSimpleQueryStringQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
.dstore.elastic.Query.SimpleQueryString simple_query_string_query = 3;getSimpleQueryStringQueryOrBuilder in interface QueryOrBuilderpublic Query.Range getRangeQuery()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
.dstore.elastic.Query.Range range_query = 4;getRangeQuery in interface QueryOrBuilderpublic Query.RangeOrBuilder getRangeQueryOrBuilder()
see: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
.dstore.elastic.Query.Range range_query = 4;getRangeQueryOrBuilder in interface QueryOrBuilderpublic BoolQuery getBoolQuery()
not yet supported in FacetedNavigation
.dstore.elastic.BoolQuery bool_query = 20;getBoolQuery in interface QueryOrBuilderpublic BoolQueryOrBuilder getBoolQueryOrBuilder()
not yet supported in FacetedNavigation
.dstore.elastic.BoolQuery bool_query = 20;getBoolQueryOrBuilder in interface 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 Query parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Query parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Query parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Query parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Query parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Query parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Query parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Query parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Query parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Query parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Query.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Query.Builder newBuilder()
public static Query.Builder newBuilder(Query prototype)
public Query.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Query.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Query getDefaultInstance()
public static com.google.protobuf.Parser<Query> parser()
public com.google.protobuf.Parser<Query> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Query getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder