Package org.elasticsearch.script

Interface Summary
ExecutableScript An executable script, can't be used concurrently.
ExplainableSearchScript To be implemented by SearchScript which can provided an Explanation of the score
NativeScriptFactory A factory to create instances of either ExecutableScript or SearchScript.
ScriptEngineService  
SearchScript A search script.
 

Class Summary
AbstractDoubleSearchScript A simpler base class instead of AbstractSearchScript for computations that return a double number.
AbstractExecutableScript  
AbstractFloatSearchScript A simpler base class instead of AbstractSearchScript for computations that return a float number.
AbstractLongSearchScript A simpler base class instead of AbstractSearchScript for computations that return a long number.
AbstractSearchScript A base class for any script type that is used during the search process (custom score, facets, and so on).
CompiledScript  
NativeScriptEngineService A native script engine service.
ScriptModule  
ScriptService  
ScriptService.CacheKey  
ScriptService.DocScoreNativeScriptFactory  
ScriptService.DocScoreSearchScript  
 

Exception Summary
ScriptException  
 



Copyright © 2009-2012. All Rights Reserved.