[
https://issues.apache.org/jira/browse/LUCENE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932049#comment-13932049
]
Ivan Biggs commented on LUCENE-466:
-----------------------------------
Hello,
My name is Ivan Biggs and I'm very interested in working with Lucene for my
Google Summer of Code Project. I've read a lot of the relevant documentation
and currently have my eye on this issue, however It is my understanding that if
I work on this, I should likely work on another more minor issue in addition
to constitute a more suitable work load this summer.
If anyone has any interest in mentoring, giving relevant ideas, suggesting
another related issue, or generally giving me an idea of what sort of proposal
Apache would be looking for it'd be greatly appreciated.
Thanks,
Ivan
> Need QueryParser support for BooleanQuery.minNrShouldMatch
> ----------------------------------------------------------
>
> Key: LUCENE-466
> URL: https://issues.apache.org/jira/browse/LUCENE-466
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/search
> Environment: Operating System: other
> Platform: Other
> Reporter: Mark Harwood
> Priority: Minor
> Labels: gsoc2014
>
> Attached 2 new classes:
> 1) CoordConstrainedBooleanQuery
> A boolean query that only matches if a specified number of the contained
> clauses
> match. An example use might be a query that returns a list of books where ANY
> 2
> people from a list of people were co-authors, eg:
> "Lucene In Action" would match ("Erik Hatcher" "Otis Gospodnetić" "Mark
> Harwood"
> "Doug Cutting") with a minRequiredOverlap of 2 because Otis and Erik wrote
> that.
> The book "Java Development with Ant" would not match because only 1 element in
> the list (Erik) was selected.
> 2) CustomQueryParserExample
> A customised QueryParser that allows definition of
> CoordConstrainedBooleanQueries. The solution (mis)uses fieldnames to pass
> parameters to the custom query.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]