Class ExpandComponent

  • All Implemented Interfaces:
    SolrInfoBean, NamedListInitializedPlugin, PluginInfoInitialized, SolrCoreAware

    public class ExpandComponent
    extends SearchComponent
    implements PluginInfoInitialized, SolrCoreAware
    The ExpandComponent is designed to work with the CollapsingPostFilter. The CollapsingPostFilter collapses a result set on a field.

    The ExpandComponent expands the collapsed groups for a single page.

    http parameters:

    expand=true
    expand.rows=5
    expand.sort=field asc|desc
    expand.q=*:* (optional, overrides the main query)
    expand.fq=type:child (optional, overrides the main filter queries)
    expand.field=field (mandatory if the not used with the CollapsingQParserPlugin)