[ 
https://issues.apache.org/jira/browse/NUTCH-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507221
 ] 

Rob Young commented on NUTCH-479:
---------------------------------

How would this work in the following case?

"search phrase" category:cat1 OR category:cat2

would it end up as

("search phrase" AND category:cat1) OR category:cat2

or as

"search phrase" AND (category:cat1 OR category:cat2)

> Support for OR queries
> ----------------------
>
>                 Key: NUTCH-479
>                 URL: https://issues.apache.org/jira/browse/NUTCH-479
>             Project: Nutch
>          Issue Type: Improvement
>          Components: searcher
>    Affects Versions: 1.0.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 1.0.0
>
>         Attachments: or.patch
>
>
> There have been many requests from users to extend Nutch query syntax to add 
> support for OR queries, in addition to the implicit AND and NOT queries 
> supported now.

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