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 (JIRA)" <ji...@apache.org> on 2016/10/21 14:25:58 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-9677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595235#comment-15595235 ] 

Erick Erickson commented on SOLR-9677:
--------------------------------------

Just confirmed on trunk and 6x...

> 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.2.1, 5.5.1, 6.2.1, trunk
>            Reporter: Takumi Yoshida
>
> edismax treat operator as a keyword when a query parameter 'qf' contains inexist field.
> ex. ('hoge' does 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