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