You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Radek Urbas (JIRA)" <ji...@apache.org> on 2014/09/30 12:07:33 UTC

[jira] [Created] (SOLR-6573) Query elevation fails when localParams are used

Radek Urbas created SOLR-6573:
---------------------------------

             Summary: Query elevation fails when localParams are used
                 Key: SOLR-6573
                 URL: https://issues.apache.org/jira/browse/SOLR-6573
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 4.10.1
            Reporter: Radek Urbas


Elevation does not work when localParams are specified.
In example collection1 shipped with Solr query like this one http://localhost:8983/solr/collection1/elevate?q=ipod&fl=id,title,[elevated] properly returns elevated documents on top.

If localParams are specified e.g. {!q.op=AND} in query like http://localhost:8983/solr/collection1/elevate?q={!q.op=AND}ipod&fl=id,title,[elevated]
documents are not elevated anymore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org