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