Package org.apache.solr.search
Class CollapsingQParserPlugin.GroupHeadSelector
- java.lang.Object
-
- org.apache.solr.search.CollapsingQParserPlugin.GroupHeadSelector
-
- Enclosing class:
- CollapsingQParserPlugin
public static final class CollapsingQParserPlugin.GroupHeadSelector extends Object
Models all the information about how group head documents should be selected
-
-
Field Summary
Fields Modifier and Type Field Description StringselectorTextThe param value for this selector whose meaning depends on type.CollapsingQParserPlugin.GroupHeadSelectorTypetypeThe type for this selector, will never be null
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CollapsingQParserPlugin.GroupHeadSelectorbuild(org.apache.solr.common.params.SolrParams localParams)returns a new GroupHeadSelector based on the specified local paramsbooleanequals(Object other)inthashCode()StringtoString()
-
-
-
Field Detail
-
selectorText
public final String selectorText
The param value for this selector whose meaning depends on type. (ie: a field or valuesource for MIN/MAX, a sort string for SORT, "score" for SCORE). Will never be null.
-
type
public final CollapsingQParserPlugin.GroupHeadSelectorType type
The type for this selector, will never be null
-
-
Method Detail
-
build
public static CollapsingQParserPlugin.GroupHeadSelector build(org.apache.solr.common.params.SolrParams localParams)
returns a new GroupHeadSelector based on the specified local params
-
-