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 Details

    • 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

      The type for this selector, will never be null
  • Method Details