Closed mikemccand closed 5 years ago
Commit 066d324006507e9830179a9801bf8860d2ffc9b2 in lucene-solr's branch refs/heads/master from Jim Ferenczi https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=066d324
Merge pull request #904 from jimczi/shared_min_score
LUCENE-8992: Share minimum score across segment in concurrent search
[Legacy Jira: ASF subversion and git services on Oct 21 2019]
Commit 1c23a3c14e78ab0840633bbfbbbad924bf7faefe in lucene-solr's branch refs/heads/branch_8x from jimczi https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=1c23a3c
LUCENE-8992: Share minimum score across segment in concurrent search
This is a follow up of LUCENE-8978 that introduces shared minimum score across segment in concurrent search for top field collectors that sort by relevance first.
[Legacy Jira: ASF subversion and git services on Oct 21 2019]
Thanks @atris and @jpountz.
I merged in master and 8x.
[Legacy Jira: Jim Ferenczi (@jimczi) on Oct 21 2019]
Commit cfa49401671b5f9958d46c04120df8c7e3f358be in lucene-solr's branch refs/heads/master from jimczi https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=cfa4940
LUCENE-8992: Update CHANGES after backport to 8x
[Legacy Jira: ASF subversion and git services on Oct 21 2019]
Commit 066d324006507e9830179a9801bf8860d2ffc9b2 in lucene-solr's branch refs/heads/jira/SOLR-13822 from Jim Ferenczi https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=066d324
Merge pull request #904 from jimczi/shared_min_score
LUCENE-8992: Share minimum score across segment in concurrent search
[Legacy Jira: ASF subversion and git services on Oct 23 2019]
Commit cfa49401671b5f9958d46c04120df8c7e3f358be in lucene-solr's branch refs/heads/jira/SOLR-13822 from jimczi https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=cfa4940
LUCENE-8992: Update CHANGES after backport to 8x
[Legacy Jira: ASF subversion and git services on Oct 23 2019]
Closing after the 8.4.0 release.
[Legacy Jira: Adrien Grand (@jpountz) on Dec 29 2019]
As a follow up of LUCENE-8978 we should share the minimum score in concurrent search
for top field collectors that sort on relevance first. The same logic should be applicable with the only condition that the primary sort is by relevance.
Legacy Jira details
LUCENE-8992 by Jim Ferenczi (@jimczi) on Sep 27 2019, resolved Oct 21 2019