dismax handler should not log a warning when sort by score desc is specified
----------------------------------------------------------------------------

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


http://localhost:8983/solr/select/?indent=on&q=video&sort=score+desc&qt=dismax

causes a warning to be logged...

WARNING: Invalid sort "score desc" was specified, ignoring


..because of some excentricities in how the getSort method works ... this 
warning is distracting and missleading ... but only in the case where "score 
desc" is used ... it should still be generated for a truely invalid sort.

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

Reply via email to