org.apache.solr.search.grouping.distributed.command
Class SearchGroupsFieldCommand.Builder

java.lang.Object
  extended by org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand.Builder
Enclosing class:
SearchGroupsFieldCommand

public static class SearchGroupsFieldCommand.Builder
extends Object


Constructor Summary
SearchGroupsFieldCommand.Builder()
           
 
Method Summary
 SearchGroupsFieldCommand build()
           
 SearchGroupsFieldCommand.Builder setField(SchemaField field)
           
 SearchGroupsFieldCommand.Builder setGroupSort(Sort groupSort)
           
 SearchGroupsFieldCommand.Builder setIncludeGroupCount(boolean includeGroupCount)
           
 SearchGroupsFieldCommand.Builder setTopNGroups(int topNGroups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchGroupsFieldCommand.Builder

public SearchGroupsFieldCommand.Builder()
Method Detail

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-2013 Apache Software Foundation. All Rights Reserved.