Class SearchGroupsFieldCommandResult

    • Constructor Detail

      • SearchGroupsFieldCommandResult

        public SearchGroupsFieldCommandResult​(Integer groupCount,
                                              Collection<org.apache.lucene.search.grouping.SearchGroup<org.apache.lucene.util.BytesRef>> searchGroups)
    • Method Detail

      • getGroupCount

        public Integer getGroupCount()
      • getSearchGroups

        public Collection<org.apache.lucene.search.grouping.SearchGroup<org.apache.lucene.util.BytesRef>> getSearchGroups()