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

Hoss Man updated LUCENE-1791:
-----------------------------

    Attachment: LUCENE-1791.patch

one other thing i experimented with earlier today was making the "wrapped" 
MultiReaders and MultiSearchers a little more complicated (deeper structures, 
and adding some deleted docs to the other subreaders)

at first i ran into problems because the deleted docs would through off the 
docIds of real docs (and some tests expected certain docs to have specific IDs) 
but even when the deleted docs only appear "after" the real docs, there are 
still some test failures with this latest patch.

TestSimpleExplanations and TestComplexExplanations are the ones i've been 
looking at but there may be others (my laptop gets to hot if i try to run the 
full test suite too often)

my head hurts trying to figure out why the deeper nested structures and deleted 
docs might be causing these new failures ... i'll try to look at it tomorow.


> Enhance QueryUtils and CheckHIts to wrap everything they check in 
> MultiReader/MultiSearcher
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1791
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1791
>             Project: Lucene - Java
>          Issue Type: Test
>            Reporter: Hoss Man
>             Fix For: 2.9
>
>         Attachments: LUCENE-1791.patch, LUCENE-1791.patch, LUCENE-1791.patch, 
> LUCENE-1791.patch
>
>
> methods in CheckHits & QueryUtils are in a good position to take any Searcher 
> they are given and not only test it, but also test MultiReader & 
> MultiSearcher constructs built around them

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to