Uses of Class
org.apache.lucene.document.NumericDocValuesField
Packages that use NumericDocValuesField
Package
Description
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
-
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
. -
Uses of NumericDocValuesField in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type NumericDocValuesFieldModifier and TypeFieldDescriptionprivate final IndexingChain.ReservedField
<NumericDocValuesField> DocumentsWriterPerThread.parentField