Enum Class MultiValueMode

java.lang.Object
java.lang.Enum<MultiValueMode>
co.elastic.clients.elasticsearch._types.query_dsl.MultiValueMode
All Implemented Interfaces:
JsonEnum, JsonpSerializable, Serializable, Comparable<MultiValueMode>, Constable

@JsonpDeserializable public enum MultiValueMode extends Enum<MultiValueMode> implements JsonEnum
See Also:
  • Enum Constant Details

    • Min

      public static final MultiValueMode Min
      Distance is the minimum distance.
    • Max

      public static final MultiValueMode Max
      Distance is the maximum distance.
    • Avg

      public static final MultiValueMode Avg
      Distance is the average distance.
    • Sum

      public static final MultiValueMode Sum
      Distance is the sum of all distances.
  • Field Details

  • Method Details

    • values

      public static MultiValueMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MultiValueMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • jsonValue

      public String jsonValue()
      Specified by:
      jsonValue in interface JsonEnum