Uses of Class
org.apache.solr.search.CollapsingQParserPlugin.GroupHeadSelectorType
-
Packages that use CollapsingQParserPlugin.GroupHeadSelectorType Package Description org.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of CollapsingQParserPlugin.GroupHeadSelectorType in org.apache.solr.search
Fields in org.apache.solr.search declared as CollapsingQParserPlugin.GroupHeadSelectorType Modifier and Type Field Description CollapsingQParserPlugin.GroupHeadSelectorTypeCollapsingQParserPlugin.GroupHeadSelector. typeThe type for this selector, will never be nullFields in org.apache.solr.search with type parameters of type CollapsingQParserPlugin.GroupHeadSelectorType Modifier and Type Field Description static EnumSet<CollapsingQParserPlugin.GroupHeadSelectorType>CollapsingQParserPlugin.GroupHeadSelectorType. MIN_MAXMethods in org.apache.solr.search that return CollapsingQParserPlugin.GroupHeadSelectorType Modifier and Type Method Description static CollapsingQParserPlugin.GroupHeadSelectorTypeCollapsingQParserPlugin.GroupHeadSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static CollapsingQParserPlugin.GroupHeadSelectorType[]CollapsingQParserPlugin.GroupHeadSelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-