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

Michael McCandless updated LUCENE-3465:
---------------------------------------

    Attachment: LUCENE-3465.patch

Patch, storing docBase in IndexSearcher w/ private ctor (used only when top IS 
has an ES), instead of passing docBase to the subs per-search.
                
> IndexSearcher fails to pass docBase to Collector when using ExecutorService
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-3465
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3465
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 3.5
>
>         Attachments: LUCENE-3465.patch
>
>
> This bug is causing the failure in TestSearchAfter.
> We are now always passing docBase 0 to Collector when you use ExecutorService 
> with IndexSearcher.
> This doesn't affect trunk (AtomicReaderContext carries the right docBase); 
> only 3.x.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to