public static final class Elastic.BoolQuery extends com.google.protobuf.GeneratedMessageV3 implements Elastic.BoolQueryOrBuilder
dstore.elastic.BoolQuery| Modifier and Type | Class and Description |
|---|---|
static class |
Elastic.BoolQuery.Builder
Protobuf type
dstore.elastic.BoolQuery |
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 |
BOOST_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
MINIMUM_SHOULD_MATCH_FIELD_NUMBER |
static int |
MUST_FIELD_NUMBER |
static int |
MUST_NOT_FIELD_NUMBER |
static int |
SHOULD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getBoost()
optional double boost = 6; |
static Elastic.BoolQuery |
getDefaultInstance() |
Elastic.BoolQuery |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Elastic.Query |
getFilter(int index)
repeated .dstore.elastic.Query filter = 1; |
int |
getFilterCount()
repeated .dstore.elastic.Query filter = 1; |
java.util.List<Elastic.Query> |
getFilterList()
repeated .dstore.elastic.Query filter = 1; |
Elastic.QueryOrBuilder |
getFilterOrBuilder(int index)
repeated .dstore.elastic.Query filter = 1; |
java.util.List<? extends Elastic.QueryOrBuilder> |
getFilterOrBuilderList()
repeated .dstore.elastic.Query filter = 1; |
java.lang.String |
getMinimumShouldMatch()
optional string minimum_should_match = 5; |
com.google.protobuf.ByteString |
getMinimumShouldMatchBytes()
optional string minimum_should_match = 5; |
Elastic.Query |
getMust(int index)
repeated .dstore.elastic.Query must = 2; |
int |
getMustCount()
repeated .dstore.elastic.Query must = 2; |
java.util.List<Elastic.Query> |
getMustList()
repeated .dstore.elastic.Query must = 2; |
Elastic.Query |
getMustNot(int index)
repeated .dstore.elastic.Query must_not = 4; |
int |
getMustNotCount()
repeated .dstore.elastic.Query must_not = 4; |
java.util.List<Elastic.Query> |
getMustNotList()
repeated .dstore.elastic.Query must_not = 4; |
Elastic.QueryOrBuilder |
getMustNotOrBuilder(int index)
repeated .dstore.elastic.Query must_not = 4; |
java.util.List<? extends Elastic.QueryOrBuilder> |
getMustNotOrBuilderList()
repeated .dstore.elastic.Query must_not = 4; |
Elastic.QueryOrBuilder |
getMustOrBuilder(int index)
repeated .dstore.elastic.Query must = 2; |
java.util.List<? extends Elastic.QueryOrBuilder> |
getMustOrBuilderList()
repeated .dstore.elastic.Query must = 2; |
com.google.protobuf.Parser<Elastic.BoolQuery> |
getParserForType() |
int |
getSerializedSize() |
Elastic.Query |
getShould(int index)
repeated .dstore.elastic.Query should = 3; |
int |
getShouldCount()
repeated .dstore.elastic.Query should = 3; |
java.util.List<Elastic.Query> |
getShouldList()
repeated .dstore.elastic.Query should = 3; |
Elastic.QueryOrBuilder |
getShouldOrBuilder(int index)
repeated .dstore.elastic.Query should = 3; |
java.util.List<? extends Elastic.QueryOrBuilder> |
getShouldOrBuilderList()
repeated .dstore.elastic.Query should = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Elastic.BoolQuery.Builder |
newBuilder() |
static Elastic.BoolQuery.Builder |
newBuilder(Elastic.BoolQuery prototype) |
Elastic.BoolQuery.Builder |
newBuilderForType() |
protected Elastic.BoolQuery.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Elastic.BoolQuery |
parseDelimitedFrom(java.io.InputStream input) |
static Elastic.BoolQuery |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.BoolQuery |
parseFrom(byte[] data) |
static Elastic.BoolQuery |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.BoolQuery |
parseFrom(com.google.protobuf.ByteString data) |
static Elastic.BoolQuery |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.BoolQuery |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Elastic.BoolQuery |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Elastic.BoolQuery |
parseFrom(java.io.InputStream input) |
static Elastic.BoolQuery |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Elastic.BoolQuery> |
parser() |
Elastic.BoolQuery.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 FILTER_FIELD_NUMBER
public static final int MUST_FIELD_NUMBER
public static final int SHOULD_FIELD_NUMBER
public static final int MUST_NOT_FIELD_NUMBER
public static final int MINIMUM_SHOULD_MATCH_FIELD_NUMBER
public static final int BOOST_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 java.util.List<Elastic.Query> getFilterList()
repeated .dstore.elastic.Query filter = 1;getFilterList in interface Elastic.BoolQueryOrBuilderpublic java.util.List<? extends Elastic.QueryOrBuilder> getFilterOrBuilderList()
repeated .dstore.elastic.Query filter = 1;getFilterOrBuilderList in interface Elastic.BoolQueryOrBuilderpublic int getFilterCount()
repeated .dstore.elastic.Query filter = 1;getFilterCount in interface Elastic.BoolQueryOrBuilderpublic Elastic.Query getFilter(int index)
repeated .dstore.elastic.Query filter = 1;getFilter in interface Elastic.BoolQueryOrBuilderpublic Elastic.QueryOrBuilder getFilterOrBuilder(int index)
repeated .dstore.elastic.Query filter = 1;getFilterOrBuilder in interface Elastic.BoolQueryOrBuilderpublic java.util.List<Elastic.Query> getMustList()
repeated .dstore.elastic.Query must = 2;getMustList in interface Elastic.BoolQueryOrBuilderpublic java.util.List<? extends Elastic.QueryOrBuilder> getMustOrBuilderList()
repeated .dstore.elastic.Query must = 2;getMustOrBuilderList in interface Elastic.BoolQueryOrBuilderpublic int getMustCount()
repeated .dstore.elastic.Query must = 2;getMustCount in interface Elastic.BoolQueryOrBuilderpublic Elastic.Query getMust(int index)
repeated .dstore.elastic.Query must = 2;getMust in interface Elastic.BoolQueryOrBuilderpublic Elastic.QueryOrBuilder getMustOrBuilder(int index)
repeated .dstore.elastic.Query must = 2;getMustOrBuilder in interface Elastic.BoolQueryOrBuilderpublic java.util.List<Elastic.Query> getShouldList()
repeated .dstore.elastic.Query should = 3;getShouldList in interface Elastic.BoolQueryOrBuilderpublic java.util.List<? extends Elastic.QueryOrBuilder> getShouldOrBuilderList()
repeated .dstore.elastic.Query should = 3;getShouldOrBuilderList in interface Elastic.BoolQueryOrBuilderpublic int getShouldCount()
repeated .dstore.elastic.Query should = 3;getShouldCount in interface Elastic.BoolQueryOrBuilderpublic Elastic.Query getShould(int index)
repeated .dstore.elastic.Query should = 3;getShould in interface Elastic.BoolQueryOrBuilderpublic Elastic.QueryOrBuilder getShouldOrBuilder(int index)
repeated .dstore.elastic.Query should = 3;getShouldOrBuilder in interface Elastic.BoolQueryOrBuilderpublic java.util.List<Elastic.Query> getMustNotList()
repeated .dstore.elastic.Query must_not = 4;getMustNotList in interface Elastic.BoolQueryOrBuilderpublic java.util.List<? extends Elastic.QueryOrBuilder> getMustNotOrBuilderList()
repeated .dstore.elastic.Query must_not = 4;getMustNotOrBuilderList in interface Elastic.BoolQueryOrBuilderpublic int getMustNotCount()
repeated .dstore.elastic.Query must_not = 4;getMustNotCount in interface Elastic.BoolQueryOrBuilderpublic Elastic.Query getMustNot(int index)
repeated .dstore.elastic.Query must_not = 4;getMustNot in interface Elastic.BoolQueryOrBuilderpublic Elastic.QueryOrBuilder getMustNotOrBuilder(int index)
repeated .dstore.elastic.Query must_not = 4;getMustNotOrBuilder in interface Elastic.BoolQueryOrBuilderpublic java.lang.String getMinimumShouldMatch()
optional string minimum_should_match = 5;getMinimumShouldMatch in interface Elastic.BoolQueryOrBuilderpublic com.google.protobuf.ByteString getMinimumShouldMatchBytes()
optional string minimum_should_match = 5;getMinimumShouldMatchBytes in interface Elastic.BoolQueryOrBuilderpublic double getBoost()
optional double boost = 6;getBoost in interface Elastic.BoolQueryOrBuilderpublic 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.BoolQuery parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.BoolQuery parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.BoolQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.BoolQuery parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Elastic.BoolQuery parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.BoolQuery parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.BoolQuery parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.BoolQuery parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.BoolQuery parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Elastic.BoolQuery parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Elastic.BoolQuery.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Elastic.BoolQuery.Builder newBuilder()
public static Elastic.BoolQuery.Builder newBuilder(Elastic.BoolQuery prototype)
public Elastic.BoolQuery.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Elastic.BoolQuery.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Elastic.BoolQuery getDefaultInstance()
public static com.google.protobuf.Parser<Elastic.BoolQuery> parser()
public com.google.protobuf.Parser<Elastic.BoolQuery> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Elastic.BoolQuery getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder