You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christoph Kaser (JIRA)" <ji...@apache.org> on 2015/03/04 14:56:04 UTC

[jira] [Created] (LUCENE-6337) ToParentBlockJoinIndexSearcher does not handle CollectionTerminatedException correctly

Christoph Kaser created LUCENE-6337:
---------------------------------------

             Summary: ToParentBlockJoinIndexSearcher does not handle CollectionTerminatedException correctly
                 Key: LUCENE-6337
                 URL: https://issues.apache.org/jira/browse/LUCENE-6337
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/join
    Affects Versions: 5.0
            Reporter: Christoph Kaser


ToParentBlockJoinIndexSearcher overrides the search-method of IndexSearcher.

However, unlike IndexSearcher, it does not catch the CollectionTerminatedException, which would allow a Collector to permaturely terminate the collection of a segment.

This is an issue if this searcher is used for a search with a MultiCollector oder a collector other than ToParentBlockJoinCollector.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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