Class NumberSortScript

  • All Implemented Interfaces:
    ScorerAware

    public abstract class NumberSortScript
    extends Object
    • Method Detail

      • execute

        public abstract double execute()
      • getParams

        public Map<String,​Object> getParams()
        Return the parameters for this script.
      • get_score

        public double get_score()
        Return the score of the current document.
      • getDoc

        public Map<String,​ScriptDocValues<?>> getDoc()
        The doc lookup for the Lucene segment this script was created for.
      • setDocument

        public void setDocument​(int docid)
        Set the current document to run the script on next.