This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Extend AbstractFloatSearchScript: | |
package com.example.elastic; | |
import org.elasticsearch.script.AbstractFloatSearchScript; | |
import static java.lang.Math.*; | |
public class MySearchScript extends AbstractFloatSearchScript { | |
@Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.thomas; | |
import org.elasticsearch.script.AbstractFloatSearchScript; | |
import static java.lang.Math.max; | |
import static java.lang.Math.pow; | |
/** | |
* Created by IntelliJ IDEA. | |
* User: thomas |