Uses of Class
org.apache.lucene.document.NumericDocValuesField
Packages that use NumericDocValuesField
-
Uses of NumericDocValuesField in org.apache.lucene.document
Subclasses of NumericDocValuesField in org.apache.lucene.documentModifier and TypeClassDescriptionclass
Syntactic sugar for encoding doubles as NumericDocValues viaDouble.doubleToRawLongBits(double)
.class
Syntactic sugar for encoding floats as NumericDocValues viaFloat.floatToRawIntBits(float)
.Methods in org.apache.lucene.document that return NumericDocValuesFieldModifier and TypeMethodDescriptionstatic NumericDocValuesField
NumericDocValuesField.indexedField
(String name, long value) Creates a newNumericDocValuesField
with the specified 64-bit long value that also creates askip index
.