Package | Description |
---|---|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.grouping |
APIs and classes for implementing result grouping
|
Modifier and Type | Field and Description |
---|---|
Grouping.Format |
Grouping.Command.format |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Grouping |
Grouping.setDefaultFormat(Grouping.Format defaultFormat) |
Modifier and Type | Method and Description |
---|---|
Grouping.Format |
GroupingSpecification.getResponseFormat() |
Modifier and Type | Method and Description |
---|---|
void |
GroupingSpecification.setResponseFormat(Grouping.Format responseFormat) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.