Uses of Class
org.apache.lucene.document.NumericDocValuesField
-
Packages that use NumericDocValuesField Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of NumericDocValuesField in org.apache.lucene.document
Subclasses of NumericDocValuesField in org.apache.lucene.document Modifier and Type Class Description class
DoubleDocValuesField
Syntactic sugar for encoding doubles as NumericDocValues viaDouble.doubleToRawLongBits(double)
.class
FloatDocValuesField
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 NumericDocValuesField Modifier and Type Field Description private IndexingChain.ReservedField<NumericDocValuesField>
DocumentsWriterPerThread. parentField
-