Class GroupResponse

  • All Implemented Interfaces:
    Serializable

    public class GroupResponse
    extends Object
    implements Serializable
    Overall grouping result. Contains a list of GroupCommand instances that is the result of one the following parameters:
    • group.field
    • group.func
    • group.query
    Since:
    solr 3.4
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupResponse

        public GroupResponse()
    • Method Detail

      • add

        public void add​(GroupCommand command)
        Adds a grouping command to the response.
        Parameters:
        command - The grouping command to add
      • getValues

        public List<GroupCommand> getValues()
        Returns all grouping commands.
        Returns:
        all grouping commands