public class SearchGroupsFieldCommandResult extends Object
SearchGroupsFieldCommand
commandConstructor and Description |
---|
SearchGroupsFieldCommandResult(Integer groupCount,
Collection<SearchGroup<BytesRef>> searchGroups) |
Modifier and Type | Method and Description |
---|---|
Integer |
getGroupCount() |
Collection<SearchGroup<BytesRef>> |
getSearchGroups() |
public SearchGroupsFieldCommandResult(Integer groupCount, Collection<SearchGroup<BytesRef>> searchGroups)
public Integer getGroupCount()
public Collection<SearchGroup<BytesRef>> getSearchGroups()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.