You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (Updated) (JIRA)" <ji...@apache.org> on 2011/12/11 21:24:40 UTC

[jira] [Updated] (LUCENE-3639) Add test case support for shard searching

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

Michael McCandless updated LUCENE-3639:
---------------------------------------

    Attachment: LUCENE-3639.patch

Initial patch; I think it's close.

It only tests random TermQuery, verifying the hits match across a IS(MR) and searching as shards... we can improve over time.

I also found a minor bug in TopDocs.merge, where it sets maxScore to Float.MIN_VALUE instead of Float.NaN when there are 0 hits.
                
> Add test case support for shard searching
> -----------------------------------------
>
>                 Key: LUCENE-3639
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3639
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 3.5, 4.0
>
>         Attachments: LUCENE-3639.patch
>
>
> New test case that helps stress test the APIs to support sharding....

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