[
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
New patch, beefing up the test some more. I think it's ready.
I improved SLM's age calculation to use double precision
and to compute age by how long ago the searcher was replaced with a
new searcher (not how long ago the searcher was first enrolled).
I also fixed a bug TopDocs.merge when you use searchAfter with shards:
it was incorrectly assuming that topDocs.scoreDocs.length == 0 meant
topDocs.totalHits == 0, which is not necessarily true if you use
searchAfter.
> 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, 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: [email protected]
For additional commands, e-mail: [email protected]