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 2007/07/11 01:29:05 UTC

[jira] Created: (SOLR-297) RequestSolrParams.getField* don't fallback to non-field specific values

RequestSolrParams.getField* don't fallback to non-field specific values
-----------------------------------------------------------------------

                 Key: SOLR-297
                 URL: https://issues.apache.org/jira/browse/SOLR-297
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


as discussed here...

http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114

the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-297) RequestSolrParams.getField* don't fallback to non-field specific values

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511611 ] 

Ryan McKinley commented on SOLR-297:
------------------------------------

looks good to me.

perhaps change the issue title from "RequestSolrParams" to "RequiredSolrParams"

> RequestSolrParams.getField* don't fallback to non-field specific values
> -----------------------------------------------------------------------
>
>                 Key: SOLR-297
>                 URL: https://issues.apache.org/jira/browse/SOLR-297
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>         Attachments: non-override-required-field-params.diff
>
>
> as discussed here...
> http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114
> the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-297) RequestSolrParams.getField* don't fallback to non-field specific values

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-297:
--------------------------

    Attachment: non-override-required-field-params.diff

patch and tests.

if no objections, i'll commit fairly soon (tonight...  tomorrow...)



> RequestSolrParams.getField* don't fallback to non-field specific values
> -----------------------------------------------------------------------
>
>                 Key: SOLR-297
>                 URL: https://issues.apache.org/jira/browse/SOLR-297
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>         Attachments: non-override-required-field-params.diff
>
>
> as discussed here...
> http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114
> the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-297) RequiredSolrParams.getField* don't fallback to non-field specific values

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-297:
--------------------------

    Summary: RequiredSolrParams.getField* don't fallback to non-field specific values  (was: RequestSolrParams.getField* don't fallback to non-field specific values)

doh.

> RequiredSolrParams.getField* don't fallback to non-field specific values
> ------------------------------------------------------------------------
>
>                 Key: SOLR-297
>                 URL: https://issues.apache.org/jira/browse/SOLR-297
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>         Attachments: non-override-required-field-params.diff
>
>
> as discussed here...
> http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114
> the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SOLR-297) RequiredSolrParams.getField* don't fallback to non-field specific values

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man reassigned SOLR-297:
-----------------------------

    Assignee: Hoss Man

> RequiredSolrParams.getField* don't fallback to non-field specific values
> ------------------------------------------------------------------------
>
>                 Key: SOLR-297
>                 URL: https://issues.apache.org/jira/browse/SOLR-297
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>         Attachments: non-override-required-field-params.diff
>
>
> as discussed here...
> http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114
> the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-297) RequiredSolrParams.getField* don't fallback to non-field specific values

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-297.
---------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Committed revision 555345.


> RequiredSolrParams.getField* don't fallback to non-field specific values
> ------------------------------------------------------------------------
>
>                 Key: SOLR-297
>                 URL: https://issues.apache.org/jira/browse/SOLR-297
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>             Fix For: 1.3
>
>         Attachments: non-override-required-field-params.diff
>
>
> as discussed here...
> http://www.nabble.com/semantics-of-RequiredSolrParams.getFieldParam%28%22field%22%2C%22param%22%29-tf4032370.html#a11455114
> the getFieldParam family of methods in RequiredSolrParams should not throw an exception if a non-field specific param value exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.