You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Takumi Yoshida (JIRA)" <ji...@apache.org> on 2016/10/21 07:25:58 UTC

[jira] [Created] (SOLR-9677) edismax treat operator as a keyword when a query parameter 'qf' contains inexist field.

Takumi Yoshida created SOLR-9677:
------------------------------------

             Summary: edismax treat operator as a keyword when a query parameter 'qf' contains inexist field.
                 Key: SOLR-9677
                 URL: https://issues.apache.org/jira/browse/SOLR-9677
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 5.5.1, 5.2.1
            Reporter: Takumi Yoshida


edismax treat operator as a keyword when a query parameter 'qf' contains inexist field.

ex. ('hoge' is not existing in the schema.)
q=Japan OR Tokyo
defType=edismax
qf=title hoge

you will get result containing keywords 'Japan' or 'OR' or 'Tokyo' in Title.
also, you can get the following parsed query with debugQuery=true.

{code}
<str name="parsedquery_toString">+((title:Japan) (title:OR) (title:Tokyo))</str>
{code}



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