You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2010/09/10 12:02:03 UTC

[jira] Commented: (LUCENE-2636) Create ChainingCollector

    [ https://issues.apache.org/jira/browse/LUCENE-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907963#action_12907963 ] 

Shai Erera commented on LUCENE-2636:
------------------------------------

I've received some offline comments about the name - MultiCollector (the original name in our code) seems to be more aligned w/ other Lucene classes, like MultiReader/Searcher. I personally think ChainingCollector is fine as well (and describes better what this class is about), however for consistency I think I'll rename it to MultiCollector. Any objections?

> Create ChainingCollector
> ------------------------
>
>                 Key: LUCENE-2636
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2636
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Search
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2636.patch
>
>
> ChainingCollector allows chaining a bunch of Collectors, w/o them needing to know or care about each other, and be passed into Lucene's search API, since it is a Collector on its own. It is a convenient, yet useful, class. Will post a patch w/ it shortly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org