Package org.apache.solr.search
Class CollapsingQParserPlugin.GroupHeadSelector
java.lang.Object
org.apache.solr.search.CollapsingQParserPlugin.GroupHeadSelector
- Enclosing class:
CollapsingQParserPlugin
Models all the information about how group head documents should be selected
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe param value for this selector whose meaning depends on type.The type for this selector, will never be null -
Method Summary
-
Field Details
-
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
The type for this selector, will never be null
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
build
public static CollapsingQParserPlugin.GroupHeadSelector build(org.apache.solr.common.params.SolrParams localParams) returns a new GroupHeadSelector based on the specified local params
-