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 in FirstPassGroupingCollector, tracking the top doc and FieldComparator slot.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • CollectedSearchGroup

      public CollectedSearchGroup()