public abstract class AbstractFloatSearchScript extends AbstractSearchScript
AbstractSearchScript for computations that return a float number.
| Constructor and Description |
|---|
AbstractFloatSearchScript()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
run()
Executes the script.
|
double |
runAsDouble()
|
abstract float |
runAsFloat()
|
long |
runAsLong()
|
doc, docFieldDoubles, docFieldLongs, docFieldStrings, fields, indexLookup, score, setNextDocId, setNextReader, setNextSource, setScorer, sourcesetNextVar, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNextVar, unwrappublic Objectrun()
ExecutableScript
public abstract float runAsFloat()
public double runAsDouble()
public long runAsLong()