Class RootGroup

  • All Implemented Interfaces:
    com.yahoo.component.provider.Freezable, com.yahoo.component.provider.ListenableFreezable, com.yahoo.processing.response.Data, com.yahoo.processing.response.DataList<Hit>, java.lang.Cloneable, java.lang.Comparable<Hit>, java.lang.Iterable<Hit>

    public class RootGroup
    extends Group
    This class represents the root Group in the grouping result model. This class adds a Continuation object that can be used to paginate the result.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • RootGroup

        public RootGroup​(int id,
                         Continuation continuation)