Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.NumericDoubleValues
-
Packages that use NumericDoubleValues Package Description org.hibernate.search.backend.lucene.lowlevel.docvalues.impl -
-
Uses of NumericDoubleValues in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Fields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as NumericDoubleValues Modifier and Type Field Description static NumericDoubleValuesNumericDoubleValues. EMPTYAn empty NumericDoubleValues instance that always returnsfalsefromDoubleValues.advanceExact(int)Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return NumericDoubleValues Modifier and Type Method Description static NumericDoubleValuesNumericDoubleValues. fromField(org.apache.lucene.index.NumericDocValues values, LongToDoubleFunction decoder)NumericDoubleValuesDoubleMultiValuesToSingleValuesSource. 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)
-