Uses of Class
org.apache.solr.search.Grouping.Format
-
Packages that use Grouping.Format Package Description org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.grouping APIs and classes for implementing result grouping -
-
Uses of Grouping.Format in org.apache.solr.search
Fields in org.apache.solr.search declared as Grouping.Format Modifier and Type Field Description Grouping.FormatGrouping.Command. formatMethods in org.apache.solr.search that return Grouping.Format Modifier and Type Method Description static Grouping.FormatGrouping.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 Modifier and Type Method Description GroupingGrouping. setDefaultFormat(Grouping.Format defaultFormat) -
Uses of Grouping.Format in org.apache.solr.search.grouping
Methods in org.apache.solr.search.grouping that return Grouping.Format Modifier and Type Method Description Grouping.FormatGroupingSpecification. getResponseFormat()Methods in org.apache.solr.search.grouping with parameters of type Grouping.Format Modifier and Type Method Description voidGroupingSpecification. setResponseFormat(Grouping.Format responseFormat)
-