org.elasticsearch.script
Class ScriptService.DocScoreSearchScript

java.lang.Object
  extended by org.elasticsearch.script.AbstractExecutableScript
      extended by org.elasticsearch.script.AbstractSearchScript
          extended by org.elasticsearch.script.AbstractFloatSearchScript
              extended by org.elasticsearch.script.ScriptService.DocScoreSearchScript
All Implemented Interfaces:
ExecutableScript, SearchScript
Enclosing class:
ScriptService

public static class ScriptService.DocScoreSearchScript
extends AbstractFloatSearchScript


Constructor Summary
ScriptService.DocScoreSearchScript()
           
 
Method Summary
 float runAsFloat()
           
 
Methods inherited from class org.elasticsearch.script.AbstractFloatSearchScript
run, runAsDouble, runAsLong
 
Methods inherited from class org.elasticsearch.script.AbstractSearchScript
doc, fields, score, setNextDocId, setNextReader, setNextScore, setNextSource, setScorer, source
 
Methods inherited from class org.elasticsearch.script.AbstractExecutableScript
setNextVar, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.script.ExecutableScript
setNextVar, unwrap
 

Constructor Detail

ScriptService.DocScoreSearchScript

public ScriptService.DocScoreSearchScript()
Method Detail

runAsFloat

public float runAsFloat()
Specified by:
runAsFloat in interface SearchScript
Specified by:
runAsFloat in class AbstractFloatSearchScript


Copyright © 2009-2012. All Rights Reserved.