org.apache.solr.search.grouping.distributed.command
Class SearchGroupsFieldCommand.Builder
java.lang.Object
org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
- Enclosing class:
- SearchGroupsFieldCommand
public static class SearchGroupsFieldCommand.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchGroupsFieldCommand.Builder
public SearchGroupsFieldCommand.Builder()
setField
public SearchGroupsFieldCommand.Builder setField(SchemaField field)
setGroupSort
public SearchGroupsFieldCommand.Builder setGroupSort(Sort groupSort)
setTopNGroups
public SearchGroupsFieldCommand.Builder setTopNGroups(int topNGroups)
setIncludeGroupCount
public SearchGroupsFieldCommand.Builder setIncludeGroupCount(boolean includeGroupCount)
build
public SearchGroupsFieldCommand build()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.