You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (Commented JIRA)" <ji...@apache.org> on 2012/03/29 11:24:26 UTC

[jira] [Commented] (SOLR-3293) Request Handler inheritance

    [ https://issues.apache.org/jira/browse/SOLR-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241101#comment-13241101 ] 

Jan Høydahl commented on SOLR-3293:
-----------------------------------

Let's explore this. I use request handler configs extensively for defining various search use cases, and they frequently share a considerable number of settings. Perhaps a simple {{<requestHandler name="foo" extends="bar"...>}} syntax would do? Then we could get pretty one-liners if just one parameter changes from the parent.
                
> Request Handler inheritance
> ---------------------------
>
>                 Key: SOLR-3293
>                 URL: https://issues.apache.org/jira/browse/SOLR-3293
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: David Smiley
>
> It would be useful if one Solr request handler could inherit from another.  Or perhaps a mixin style so multiple could be merged in.  I've wanted to do this to reduce repeating myself in solrconfig.xml RH configurations.  Maybe all that's needed is one RH which provides the defaults to all the other search handlers.  This feature could also be useful for establishing some defaults like for "df" and "q.op" and "f.myfieldname.facet.method".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org