Package org.apache.lucene.search
Class ScorerUtil
- java.lang.Object
-
- org.apache.lucene.search.ScorerUtil
-
class ScorerUtil extends java.lang.Object
Util class for Scorer related methods
-
-
Constructor Summary
Constructors Constructor Description ScorerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static long
costWithMinShouldMatch(java.util.stream.LongStream costs, int numScorers, int minShouldMatch)
-