Enum WeaviateProtoSearchGet.Hybrid.FusionType
- java.lang.Object
-
- java.lang.Enum<WeaviateProtoSearchGet.Hybrid.FusionType>
-
- io.weaviate.client.grpc.protocol.v1.WeaviateProtoSearchGet.Hybrid.FusionType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<WeaviateProtoSearchGet.Hybrid.FusionType>
- Enclosing class:
- WeaviateProtoSearchGet.Hybrid
public static enum WeaviateProtoSearchGet.Hybrid.FusionType extends Enum<WeaviateProtoSearchGet.Hybrid.FusionType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumweaviate.v1.Hybrid.FusionType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FUSION_TYPE_RANKEDFUSION_TYPE_RANKED = 1;FUSION_TYPE_RELATIVE_SCOREFUSION_TYPE_RELATIVE_SCORE = 2;FUSION_TYPE_UNSPECIFIEDFUSION_TYPE_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intFUSION_TYPE_RANKED_VALUEFUSION_TYPE_RANKED = 1;static intFUSION_TYPE_RELATIVE_SCORE_VALUEFUSION_TYPE_RELATIVE_SCORE = 2;static intFUSION_TYPE_UNSPECIFIED_VALUEFUSION_TYPE_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoSearchGet.Hybrid.FusionTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoSearchGet.Hybrid.FusionType>internalGetValueMap()static WeaviateProtoSearchGet.Hybrid.FusionTypevalueOf(int value)Deprecated.static WeaviateProtoSearchGet.Hybrid.FusionTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WeaviateProtoSearchGet.Hybrid.FusionTypevalueOf(String name)Returns the enum constant of this type with the specified name.static WeaviateProtoSearchGet.Hybrid.FusionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FUSION_TYPE_UNSPECIFIED
public static final WeaviateProtoSearchGet.Hybrid.FusionType FUSION_TYPE_UNSPECIFIED
FUSION_TYPE_UNSPECIFIED = 0;
-
FUSION_TYPE_RANKED
public static final WeaviateProtoSearchGet.Hybrid.FusionType FUSION_TYPE_RANKED
FUSION_TYPE_RANKED = 1;
-
FUSION_TYPE_RELATIVE_SCORE
public static final WeaviateProtoSearchGet.Hybrid.FusionType FUSION_TYPE_RELATIVE_SCORE
FUSION_TYPE_RELATIVE_SCORE = 2;
-
UNRECOGNIZED
public static final WeaviateProtoSearchGet.Hybrid.FusionType UNRECOGNIZED
-
-
Field Detail
-
FUSION_TYPE_UNSPECIFIED_VALUE
public static final int FUSION_TYPE_UNSPECIFIED_VALUE
FUSION_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
FUSION_TYPE_RANKED_VALUE
public static final int FUSION_TYPE_RANKED_VALUE
FUSION_TYPE_RANKED = 1;- See Also:
- Constant Field Values
-
FUSION_TYPE_RELATIVE_SCORE_VALUE
public static final int FUSION_TYPE_RELATIVE_SCORE_VALUE
FUSION_TYPE_RELATIVE_SCORE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static WeaviateProtoSearchGet.Hybrid.FusionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WeaviateProtoSearchGet.Hybrid.FusionType c : WeaviateProtoSearchGet.Hybrid.FusionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WeaviateProtoSearchGet.Hybrid.FusionType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static WeaviateProtoSearchGet.Hybrid.FusionType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static WeaviateProtoSearchGet.Hybrid.FusionType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoSearchGet.Hybrid.FusionType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static WeaviateProtoSearchGet.Hybrid.FusionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-