Module org.apache.lucene.join
Package org.apache.lucene.search.join
Class GlobalOrdinalsWithScoreCollector.Occurrences
- java.lang.Object
-
- org.apache.lucene.search.join.GlobalOrdinalsWithScoreCollector.Occurrences
-
- Enclosing class:
- GlobalOrdinalsWithScoreCollector
static final class GlobalOrdinalsWithScoreCollector.Occurrences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[][]
blocks
-
Constructor Summary
Constructors Modifier Constructor Description private
Occurrences(long valueCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOccurrence(int globalOrdinal)
void
increment(int globalOrdinal)
-