[GitHub] lucene-solr pull request #514: LUCENE-8591: add LegacyBM25Similarity#getDisc...

2018-12-07 Thread javanna
Github user javanna closed the pull request at: https://github.com/apache/lucene-solr/pull/514 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr issue #514: LUCENE-8591: add LegacyBM25Similarity#getDiscountOve...

2018-12-07 Thread javanna
Github user javanna commented on the issue: https://github.com/apache/lucene-solr/pull/514 This has been merged. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[GitHub] lucene-solr pull request #514: LUCENE-8591: add LegacyBM25Similarity#getDisc...

2018-12-05 Thread javanna
GitHub user javanna opened a pull request: https://github.com/apache/lucene-solr/pull/514 LUCENE-8591: add LegacyBM25Similarity#getDiscountOverlaps You can merge this pull request into a Git repository by running: $ git pull https://github.com/javanna/lucene-solr enhancement

[GitHub] lucene-solr issue #511: LUCENE-8563: Remove k1+1 from the numerator of BM25S...

2018-11-30 Thread javanna
Github user javanna commented on the issue: https://github.com/apache/lucene-solr/pull/511 Merged. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[GitHub] lucene-solr pull request #511: LUCENE-8563: Remove k1+1 from the numerator o...

2018-11-30 Thread javanna
Github user javanna closed the pull request at: https://github.com/apache/lucene-solr/pull/511 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #511: LUCENE-8563: Remove k1+1 from the numerator o...

2018-11-29 Thread javanna
Github user javanna commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/511#discussion_r237392155 --- Diff: lucene/MIGRATE.txt --- @@ -150,3 +150,11 @@ in order to support ToParent/ToChildBlockJoinQuery. Normalization is now type-safe

[GitHub] lucene-solr pull request #511: LUCENE-8563: Remove k1+1 from the numerator o...

2018-11-29 Thread javanna
Github user javanna commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/511#discussion_r237392120 --- Diff: lucene/MIGRATE.txt --- @@ -150,3 +150,11 @@ in order to support ToParent/ToChildBlockJoinQuery. Normalization is now type-safe

[GitHub] lucene-solr pull request #511: Remove k1+1 from the numerator of BM25Similar...

2018-11-28 Thread javanna
GitHub user javanna opened a pull request: https://github.com/apache/lucene-solr/pull/511 Remove k1+1 from the numerator of BM25Similarity Patch for https://issues.apache.org/jira/browse/LUCENE-8563. This PR removes the k1+1 factor from the numerator of `BM25Similarity