public static enum Search.QueryType extends Enum<Search.QueryType> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_QUERY_VALUE |
static int |
CONST_SCORE_QUERY_VALUE |
static int |
EXISTS_QUERY_VALUE |
static int |
FUNCTION_SCORE_QUERY_VALUE |
static int |
FUNCTIONS_SCORE_QUERY_VALUE |
static int |
GEO_BOUNDING_BOX_QUERY_VALUE |
static int |
GEO_DISTANCE_QUERY_VALUE |
static int |
GEO_POLYGON_QUERY_VALUE |
static int |
KNN_VECTOR_QUERY_VALUE |
static int |
MATCH_ALL_QUERY_VALUE |
static int |
MATCH_PHRASE_QUERY_VALUE |
static int |
MATCH_QUERY_VALUE |
static int |
NESTED_QUERY_VALUE |
static int |
PREFIX_QUERY_VALUE |
static int |
RANGE_QUERY_VALUE |
static int |
SUFFIX_QUERY_VALUE |
static int |
TERM_QUERY_VALUE |
static int |
TERMS_QUERY_VALUE |
static int |
WILDCARD_QUERY_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Search.QueryType> |
internalGetValueMap() |
static Search.QueryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.QueryType |
valueOf(int value) |
static Search.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.QueryType MATCH_QUERY
public static final Search.QueryType MATCH_PHRASE_QUERY
public static final Search.QueryType TERM_QUERY
public static final Search.QueryType RANGE_QUERY
public static final Search.QueryType PREFIX_QUERY
public static final Search.QueryType BOOL_QUERY
public static final Search.QueryType CONST_SCORE_QUERY
public static final Search.QueryType FUNCTION_SCORE_QUERY
public static final Search.QueryType NESTED_QUERY
public static final Search.QueryType WILDCARD_QUERY
public static final Search.QueryType MATCH_ALL_QUERY
public static final Search.QueryType GEO_BOUNDING_BOX_QUERY
public static final Search.QueryType GEO_DISTANCE_QUERY
public static final Search.QueryType GEO_POLYGON_QUERY
public static final Search.QueryType TERMS_QUERY
public static final Search.QueryType EXISTS_QUERY
public static final Search.QueryType KNN_VECTOR_QUERY
public static final Search.QueryType FUNCTIONS_SCORE_QUERY
public static final Search.QueryType SUFFIX_QUERY
public static final int MATCH_QUERY_VALUE
public static final int MATCH_PHRASE_QUERY_VALUE
public static final int TERM_QUERY_VALUE
public static final int RANGE_QUERY_VALUE
public static final int PREFIX_QUERY_VALUE
public static final int BOOL_QUERY_VALUE
public static final int CONST_SCORE_QUERY_VALUE
public static final int FUNCTION_SCORE_QUERY_VALUE
public static final int NESTED_QUERY_VALUE
public static final int WILDCARD_QUERY_VALUE
public static final int MATCH_ALL_QUERY_VALUE
public static final int GEO_BOUNDING_BOX_QUERY_VALUE
public static final int GEO_DISTANCE_QUERY_VALUE
public static final int GEO_POLYGON_QUERY_VALUE
public static final int TERMS_QUERY_VALUE
public static final int EXISTS_QUERY_VALUE
public static final int KNN_VECTOR_QUERY_VALUE
public static final int FUNCTIONS_SCORE_QUERY_VALUE
public static final int SUFFIX_QUERY_VALUE
public static Search.QueryType[] values()
for (Search.QueryType c : Search.QueryType.values()) System.out.println(c);
public static Search.QueryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Search.QueryType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.QueryType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Search.QueryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.