You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2010/06/22 08:26:54 UTC

[jira] Resolved: (LUCY-117) More boolean Matchers.

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

Marvin Humphrey resolved LUCY-117.
----------------------------------

    Resolution: Fixed

Committed as r956783, r956784, and r956785.

> More boolean Matchers.
> ----------------------
>
>                 Key: LUCY-117
>                 URL: https://issues.apache.org/jira/browse/LUCY-117
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Search
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: and_scorer.patch, not_scorer.patch, req_opt_scorer.patch
>
>
> ANDScorer, NOTScorer, and RequiredOptionalScorer all subclass PolyMatcher,
> like ORMatcher/ORScorer.  
> These three matchers are much simpler to implement than ORMatcher/ORScorer:
> ORMatcher.c is longer than the other three .c files combined.  OR-combining is
> simply much harder to do well when proceeding doc-at-a-time, and the optimized
> code in ORMatcher.c takes up more space.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.