You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Rob Young (JIRA)" <ji...@apache.org> on 2007/06/27 12:58:26 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 ]

Rob Young updated NUTCH-479:
----------------------------

    Attachment: or.patch

I've changed the patch slightly to work around the bug I mentioned earlier.
Now the queries look like this
name:"name value" OR name:"other value"
and are expanded to
+name:"name value" name:"other value"


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