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 "Coda Hale (JIRA)" <ji...@apache.org> on 2007/02/13 17:47:06 UTC

[jira] Created: (SOLR-159) DisMax request class' sorting mungs the query

DisMax request class' sorting mungs the query
---------------------------------------------

                 Key: SOLR-159
                 URL: https://issues.apache.org/jira/browse/SOLR-159
             Project: Solr
          Issue Type: Bug
          Components: clients - ruby - flare
            Reporter: Coda Hale


Running a Dismax request with a :sort option adds the sort values into the query field instead of the sort field.

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


[jira] Resolved: (SOLR-159) DisMax request class' sorting mungs the query

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

Erik Hatcher resolved SOLR-159.
-------------------------------

    Resolution: Fixed

Committed.  Thanks Coda!

> DisMax request class' sorting mungs the query
> ---------------------------------------------
>
>                 Key: SOLR-159
>                 URL: https://issues.apache.org/jira/browse/SOLR-159
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - ruby - flare
>            Reporter: Coda Hale
>         Attachments: solrb_dismax_sorting.diff
>
>
> Running a Dismax request with a :sort option adds the sort values into the query field instead of the sort field.

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


[jira] Updated: (SOLR-159) DisMax request class' sorting mungs the query

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

Coda Hale updated SOLR-159:
---------------------------

    Attachment: solrb_dismax_sorting.diff

Fixes the DisMax request class, plus adds some tests to make sure sorting works.

(Also, adds the ASF license header to lib/solr/request/dismax.rb.)

> DisMax request class' sorting mungs the query
> ---------------------------------------------
>
>                 Key: SOLR-159
>                 URL: https://issues.apache.org/jira/browse/SOLR-159
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - ruby - flare
>            Reporter: Coda Hale
>         Attachments: solrb_dismax_sorting.diff
>
>
> Running a Dismax request with a :sort option adds the sort values into the query field instead of the sort field.

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