You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (Created) (JIRA)" <ji...@apache.org> on 2012/02/08 16:51:59 UTC

[jira] [Created] (SOLR-3111) LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored

LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored
--------------------------------------------------------------------------------------------------

                 Key: SOLR-3111
                 URL: https://issues.apache.org/jira/browse/SOLR-3111
             Project: Solr
          Issue Type: Bug
          Components: Schema and Analysis
    Affects Versions: 3.6, 4.0
            Reporter: Erick Erickson
            Assignee: Erick Erickson
            Priority: Minor
             Fix For: 3.6, 4.0


Specifying "&fl=field1 field2" for the LukeRequestHandler results in trying to find a field, you guessed it, "field field2".

Additionally, it makes sense for some future enhancements, to support fl=*.

--
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


[jira] [Resolved] (SOLR-3111) LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored

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

Erick Erickson resolved SOLR-3111.
----------------------------------

    Resolution: Fixed

Added tests, fixed code to handle both cases (multiple fl params, * for all fields)

trunk: r: 1242150
3.6:   r: 1242152
                
> LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored
> --------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3111
>                 URL: https://issues.apache.org/jira/browse/SOLR-3111
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 3.6, 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-3111-3x.patch, SOLR-3111.patch
>
>
> Specifying "&fl=field1 field2" for the LukeRequestHandler results in trying to find a field, you guessed it, "field field2".
> Additionally, it makes sense for some future enhancements, to support fl=*.

--
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


[jira] [Updated] (SOLR-3111) LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored

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

Erick Erickson updated SOLR-3111:
---------------------------------

    Attachment: SOLR-3111-3x.patch
                SOLR-3111.patch

NOTE: this needs to be applied after SOLR-1931
                
> LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored
> --------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3111
>                 URL: https://issues.apache.org/jira/browse/SOLR-3111
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 3.6, 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-3111-3x.patch, SOLR-3111.patch
>
>
> Specifying "&fl=field1 field2" for the LukeRequestHandler results in trying to find a field, you guessed it, "field field2".
> Additionally, it makes sense for some future enhancements, to support fl=*.

--
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