Uses of Interface
org.elasticsearch.script.ExecutableScript

Packages that use ExecutableScript
org.elasticsearch.script   
org.elasticsearch.script.mvel   
 

Uses of ExecutableScript in org.elasticsearch.script
 

Subinterfaces of ExecutableScript in org.elasticsearch.script
 interface ExplainableSearchScript
          To be implemented by SearchScript which can provided an Explanation of the score
 interface SearchScript
          A search script.
 

Classes in org.elasticsearch.script that implement ExecutableScript
 class AbstractDoubleSearchScript
          A simpler base class instead of AbstractSearchScript for computations that return a double number.
 class AbstractExecutableScript
           
 class AbstractFloatSearchScript
          A simpler base class instead of AbstractSearchScript for computations that return a float number.
 class AbstractLongSearchScript
          A simpler base class instead of AbstractSearchScript for computations that return a long number.
 class AbstractSearchScript
          A base class for any script type that is used during the search process (custom score, facets, and so on).
static class ScriptService.DocScoreSearchScript
           
 

Methods in org.elasticsearch.script that return ExecutableScript
 ExecutableScript ScriptService.executable(CompiledScript compiledScript, Map vars)
           
 ExecutableScript ScriptEngineService.executable(Object compiledScript, Map<String,Object> vars)
           
 ExecutableScript NativeScriptEngineService.executable(Object compiledScript, Map<String,Object> vars)
           
 ExecutableScript ScriptService.executable(String lang, String script, Map vars)
           
 ExecutableScript ScriptService.DocScoreNativeScriptFactory.newScript(Map<String,Object> params)
           
 ExecutableScript NativeScriptFactory.newScript(Map<String,Object> params)
          Creates a new instance of either a ExecutableScript or a SearchScript.
 

Uses of ExecutableScript in org.elasticsearch.script.mvel
 

Classes in org.elasticsearch.script.mvel that implement ExecutableScript
static class MvelScriptEngineService.MvelExecutableScript
           
static class MvelScriptEngineService.MvelSearchScript
           
 

Methods in org.elasticsearch.script.mvel that return ExecutableScript
 ExecutableScript MvelScriptEngineService.executable(Object compiledScript, Map vars)
           
 



Copyright © 2009-2012. All Rights Reserved.