public class SearchGroupsFieldCommand extends Object implements Command<SearchGroupsFieldCommandResult>
Modifier and Type | Class and Description |
---|---|
static class |
SearchGroupsFieldCommand.Builder |
Modifier and Type | Method and Description |
---|---|
List<Collector> |
create()
Returns a list of
Collector instances to be
included in the search based on the . |
Sort |
getGroupSort() |
String |
getKey() |
Sort |
getWithinGroupSort() |
SearchGroupsFieldCommandResult |
result()
Returns the results that the collectors created
by
Command.create() contain after a search has been executed. |
public List<Collector> create() throws IOException
Command
Collector
instances to be
included in the search based on the .create
in interface Command<SearchGroupsFieldCommandResult>
Collector
instancesIOException
- If I/O related errors occurpublic SearchGroupsFieldCommandResult result()
Command
Command.create()
contain after a search has been executed.result
in interface Command<SearchGroupsFieldCommandResult>
public Sort getWithinGroupSort()
getWithinGroupSort
in interface Command<SearchGroupsFieldCommandResult>
public Sort getGroupSort()
getGroupSort
in interface Command<SearchGroupsFieldCommandResult>
public String getKey()
getKey
in interface Command<SearchGroupsFieldCommandResult>
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.