aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/include_dirs/dir2/chain2.xml
blob: bfd9409aab476b7843d69b190a32c187f905690f (plain) (blame)
1
2
3
4
5
6
7
8
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<search>
  <searcher class="com.yahoo.search.example.SimpleSearcher" id="s1" bundle="mybundle"/>
  <chain id="chain2">
    <searcher id="s1"/>
    <searcher id="com.yahoo.search.example.SimpleSearcher2" bundle="mybundle"/>
  </chain>
</search>