Interface PayloadDecoder


public interface PayloadDecoder
Defines a way of converting payloads to float values, for use by PayloadScoreQuery
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PayloadDecoder
    A PayloadDecoder that interprets the bytes of a payload as a float
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Compute a float value for the given payload
  • Field Details

  • Method Details

    • computePayloadFactor

      float computePayloadFactor(BytesRef payload)
      Compute a float value for the given payload