public abstract class NumericDoubleValues
extends org.apache.lucene.search.DoubleValues
| Modifier | Constructor and Description |
|---|---|
protected |
NumericDoubleValues()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.NumericDocValues |
getRawDoubleValues()
Returns numeric docvalues view of raw double bits
|
org.apache.lucene.index.NumericDocValues |
getRawFloatValues()
Returns numeric docvalues view of raw float bits
|