You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2006/09/12 02:51:22 UTC

[jira] Created: (SOLR-46) support for appended and invariant SolrParams in solrconfig.xml

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


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

        

[jira] Resolved: (SOLR-46) support for appended and invariant SolrParams in solrconfig.xml

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SOLR-46?page=all ]

Hoss Man resolved SOLR-46.
--------------------------

    Resolution: Fixed

commited with some spell corrections in examplesolrconfig.xml

> 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

        

[jira] Commented: (SOLR-46) support for appended and invariant SolrParams in solrconfig.xml

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] Updated: (SOLR-46) support for appended and invariant SolrParams in solrconfig.xml

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SOLR-46?page=all ]

Hoss Man updated SOLR-46:
-------------------------

    Attachment: appends-and-invariants.patch

> 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