hello list,
in my schema I have
<searchComponent name="query"
class="org.curriki.solr.handlers.CurrikiSolrQueryComponent" />
which, as I understand it, allows all requestHandlers to use my
query-component. That is useful but I wonder if there's a way for me to have
one request-handler that uses my query-component and another to use the default
one?
Formulated, differently, my question is whether
- search-components can be defined by name within the requestHandler element of
the schema
- or whether a differently named query search-component would still be used as
query-component
thanks in advance
paul