Module org.apache.lucene.grouping
Class CollectedSearchGroup<T>
- java.lang.Object
-
- org.apache.lucene.search.grouping.SearchGroup<T>
-
- org.apache.lucene.search.grouping.CollectedSearchGroup<T>
-
public class CollectedSearchGroup<T> extends SearchGroup<T>
Expert: representation of a group inFirstPassGroupingCollector
, tracking the top doc andFieldComparator
slot.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
comparatorSlot
(package private) int
topDoc
-
Fields inherited from class org.apache.lucene.search.grouping.SearchGroup
groupValue, sortValues
-
-
Constructor Summary
Constructors Constructor Description CollectedSearchGroup()
-
Method Summary
-
Methods inherited from class org.apache.lucene.search.grouping.SearchGroup
equals, hashCode, merge, toString
-
-