[ 
https://issues.apache.org/jira/browse/SOLR-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

arvind updated SOLR-1271:
-------------------------

    Description: 
Consider the following cases :
q=stopword1+stopword2 gives no results which is correct
Now, if we modify the above query to use function query like,
q=stopword1+stopword2 _val_:"rord(field)"  then Solr gives some results but, 
ideally it should not

Can anybody please have a look at this issue?

  was:
Consider the following cases :
q=stopword1+stopword2 gives no results which is correct
Now, if we modify the above query to use function query like,
q=stopword1+stopword2 _val_:"rord(field)"  then Solr gives some results but, 
ideally it should not



> Stopwords search with function query(_val_) in Solr
> ---------------------------------------------------
>
>                 Key: SOLR-1271
>                 URL: https://issues.apache.org/jira/browse/SOLR-1271
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.3
>            Reporter: arvind
>
> Consider the following cases :
> q=stopword1+stopword2 gives no results which is correct
> Now, if we modify the above query to use function query like,
> q=stopword1+stopword2 _val_:"rord(field)"  then Solr gives some results but, 
> ideally it should not
> Can anybody please have a look at this issue?

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