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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getOccurrence
(int globalOrdinal) void
increment
(int globalOrdinal)
-
Field Details
-
blocks
final int[][] blocks
-
-
Constructor Details
-
Occurrences
private Occurrences(long valueCount)
-
-
Method Details
-
increment
public void increment(int globalOrdinal) -
getOccurrence
public int getOccurrence(int globalOrdinal)
-