You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Robert Buccigrossi (JIRA)" <ji...@apache.org> on 2009/03/11 22:18:51 UTC

[jira] Updated: (NUTCH-479) Support for OR queries

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

Robert Buccigrossi updated NUTCH-479:
-------------------------------------

    Attachment: nutch_0.9_OR.patch

The problem with the 2007 patch is that it translates:

  brain apples OR oranges
to
 +brain +apples oranges

The included patch translates the phrase to

 +brain apples oranges

(specifically it makes the previous clause non-mandatory, which I believe is the preferred behavior).

I hope this helps.

Robert Buccigrossi

(I also blogged on it at http://blog.tcg.com/tcg/2009/03/adding-the-boolean-operator-or-to-nutch.html )

> 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.1
>
>         Attachments: nutch_0.9_OR.patch, or.patch, 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.