List of usage examples for org.apache.lucene.search DoubleValues subclass-usage
From source file org.elasticsearch.script.expression.ReplaceableConstDoubleValues.java
/** * A support class for an executable expression script that allows the double returned * by a {@link DoubleValues} to be modified. */ final class ReplaceableConstDoubleValues extends DoubleValues { private double value = 0;