Uses of Class
org.apache.solr.search.Grouping.Format

Packages that use Grouping.Format
org.apache.solr.search   
 

Uses of Grouping.Format in org.apache.solr.search
 

Fields in org.apache.solr.search declared as Grouping.Format
 Grouping.Format Grouping.Command.format
           
 

Methods in org.apache.solr.search that return Grouping.Format
static Grouping.Format Grouping.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Grouping.Format[] Grouping.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.solr.search with parameters of type Grouping.Format
 Grouping Grouping.setDefaultFormat(Grouping.Format defaultFormat)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.