Class MatchingSubprogramSearchComponent

  • All Implemented Interfaces:
    SearchComponent, Serviceable

    public class MatchingSubprogramSearchComponent
    extends CriterionTreeSearchComponent
    SearchComponent for getting subprograms matching search

    Note for developpers: This SearchComponent extends CriterionTreeSearchComponent just to have access to some of its protected method (#buildQuery() ...).
    But it is an additional SearchComponent aiming at executing another independent Solr query, and it is not meant at all to override and replace CriterionTreeSearchComponent.