public abstract class AbstractLongSearchScript extends AbstractSearchScript
AbstractSearchScript for computations
that return a long number.| Constructor and Description |
|---|
AbstractLongSearchScript() |
| Modifier and Type | Method and Description |
|---|---|
Object |
run()
Executes the script.
|
double |
runAsDouble() |
float |
runAsFloat() |
abstract long |
runAsLong() |
doc, docFieldDoubles, docFieldLongs, docFieldStrings, fields, indexLookup, score, setDocument, setScorer, setSource, sourcesetNextVar, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNextVar, unwrappublic Object run()
ExecutableScriptpublic abstract long runAsLong()
runAsLong in interface LeafSearchScriptrunAsLong in class AbstractSearchScriptpublic double runAsDouble()
runAsDouble in interface LeafSearchScriptrunAsDouble in class AbstractSearchScriptpublic float runAsFloat()
runAsFloat in interface LeafSearchScriptrunAsFloat in class AbstractSearchScriptCopyright © 2009–2017. All rights reserved.