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)
. -
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