public class DoubleConstValueSource extends ConstNumberSource
| Constructor and Description |
|---|
DoubleConstValueSource(double constant) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
description of field, used in explain()
|
boolean |
equals(Object o) |
boolean |
getBool() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Number |
getNumber() |
FunctionValues |
getValues(Map context,
LeafReaderContext readerContext)
Gets the values for this reader and the context that was previously
passed to createWeight()
|
int |
hashCode() |
asDoubleValuesSource, asLongValuesSource, createWeight, getSortField, newContext, toStringpublic String description()
ValueSourcedescription in class ValueSourcepublic FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException
ValueSourcegetValues in class ValueSourceIOExceptionpublic int hashCode()
hashCode in class ValueSourcepublic boolean equals(Object o)
equals in class ValueSourcepublic int getInt()
getInt in class ConstNumberSourcepublic long getLong()
getLong in class ConstNumberSourcepublic float getFloat()
getFloat in class ConstNumberSourcepublic double getDouble()
getDouble in class ConstNumberSourcepublic Number getNumber()
getNumber in class ConstNumberSourcepublic boolean getBool()
getBool in class ConstNumberSourceCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.