Class AllGroupsCollector<T>

  • All Implemented Interfaces:
    Collector, LeafCollector

    public class AllGroupsCollector<T>
    extends SimpleCollector
    A collector that collects all groups that match the query. Only the group value is collected, and the order is undefined. This collector does not determine the most relevant document of a group.
    WARNING: This API is experimental and might change in incompatible ways in the next release.