public interface PayloadDecoder
PayloadScoreQuery
Modifier and Type | Field and Description |
---|---|
static PayloadDecoder |
FLOAT_DECODER
A
PayloadDecoder that interprets the bytes of a payload as a float |
Modifier and Type | Method and Description |
---|---|
float |
computePayloadFactor(BytesRef payload)
Compute a float value for the given payload
|
static final PayloadDecoder FLOAT_DECODER
PayloadDecoder
that interprets the bytes of a payload as a floatfloat computePayloadFactor(BytesRef payload)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.