[ http://issues.apache.org/jira/browse/SOLR-46?page=comments#action_12434033 ] Yonik Seeley commented on SOLR-46: ----------------------------------
Looks good! and no performance impact if you don't use the features (just the way I like them :-) > support for appended and invariant SolrParams in solrconfig.xml > --------------------------------------------------------------- > > Key: SOLR-46 > URL: http://issues.apache.org/jira/browse/SOLR-46 > Project: Solr > Issue Type: New Feature > Components: search > Reporter: Hoss Man > Assigned To: Hoss Man > Attachments: appends-and-invariants.patch > > > this patch would add support to StandardRequestHandler and > DisMaxRequestHandler for specifying "appends" and "invariants" SolrParams in > the solrconfig.xml, from the example config... > In addition to defaults, "appends" params can be specified > to identify values which whould be appended to the list of > multi-valu params from the query (or the existing "defaults"). > ... > "invariants" are a way of letting the Solr maintainer lock down > the options available to Solr clients. Any params values > specified here are used regardless of what values may be specified > in either the query, the "defaults", or the "appends" params. > ...functionality is largely reusable by any handler, via > SolrPluginUtils.setDefaults. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
