Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.NumericDoubleValues
Packages that use NumericDoubleValues
-
Uses of NumericDoubleValues in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Fields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as NumericDoubleValuesModifier and TypeFieldDescriptionstatic final NumericDoubleValuesNumericDoubleValues.EMPTYAn empty NumericDoubleValues instance that always returnsfalsefromDoubleValues.advanceExact(int)Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return NumericDoubleValuesModifier and TypeMethodDescriptionstatic NumericDoubleValuesNumericDoubleValues.fromField(org.apache.lucene.index.NumericDocValues values, LongToDoubleFunction decoder) DoubleMultiValuesToSingleValuesSource.getValues(org.apache.lucene.index.LeafReaderContext ctx, org.apache.lucene.search.DoubleValues scores) protected NumericDoubleValuesDoubleMultiValuesToSingleValuesSource.select(SortedNumericDoubleDocValues values) protected NumericDoubleValuesDoubleMultiValuesToSingleValuesSource.select(SortedNumericDoubleDocValues values, ChildDocIds childDocsWithValues) static NumericDoubleValuesSortedNumericDoubleDocValues.unwrapSingleton(SortedNumericDoubleDocValues values)