Class DecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>

    • Constructor Detail

      • DecayFunctionBuilder

        protected DecayFunctionBuilder​(java.lang.String fieldName,
                                       java.lang.Object origin,
                                       java.lang.Object scale,
                                       java.lang.Object offset)
        Convenience constructor that converts its parameters into json to parse on the data nodes.
      • DecayFunctionBuilder

        protected DecayFunctionBuilder​(java.lang.String fieldName,
                                       java.lang.Object origin,
                                       java.lang.Object scale,
                                       java.lang.Object offset,
                                       double decay)
        Convenience constructor that converts its parameters into json to parse on the data nodes.
      • DecayFunctionBuilder

        protected DecayFunctionBuilder​(java.lang.String fieldName,
                                       BytesReference functionBytes)
      • DecayFunctionBuilder

        protected DecayFunctionBuilder​(StreamInput in)
                                throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException