All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pukkaone.jarinvoke.Command Maven / Gradle / Ivy

There is a newer version: 6.5.4-1
Show newest version
package com.github.pukkaone.jarinvoke;

import java.util.Map;
import org.elasticsearch.index.fielddata.ScriptDocValues;

/**
 * Compiled command.
 */
public interface Command {

  /**
   * Executes command.
   *
   * @param variables
   *     script variable names and values
   * @param docLookup
   *     document field names and values
   * @return value which script returns
   */
  Object execute(Map variables, Map> docLookup);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy