GitHub user alessandrobenedetti opened a pull request: https://github.com/apache/lucene-solr/pull/398
Lucene 8343 data type migration Different approach, data type migration to fix the bugs : 1) Weight for the Document dictionary moved to Long from long 2) Suggestion score moved to double from long You can merge this pull request into a Git repository by running: $ git pull https://github.com/SeaseLtd/lucene-solr LUCENE-8343-dataTypeMigration Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/398.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #398 ---- commit e83e8ee1a42388606fffd10330ed1aeec9518098 Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-01T11:52:41Z [LUCENE-8343] introduced weight 0 check and positional coefficient scaling + tests commit 17cfa634798f96539c2535dca2e9a8f2cc0bff45 Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-06T18:42:08Z [LUCENE-8343] documentation fix commit cef9a2283e30a297b3add8e73ee6dba9492dcc57 Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-07T15:50:58Z Merge remote-tracking branch 'upstream/master' into LUCENE-8343 commit 2b636e8c3adb879f0cd2cff45824e226d747b5f0 Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-07T15:51:38Z [LUCENE-8343] minor documentation fixes commit e0232f104509f28126d9ce060663f87508366338 Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-07T17:57:30Z [LUCENE-8343] weight long overflow fix + test commit cd4ad3b3be64edaf554cb3795a3a21a2da93de6f Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-08T13:59:39Z Merge remote-tracking branch 'upstream/master' into LUCENE-8343-dataTypeMigration commit 484a85df9b707e0a82723650f1f60531e3cc39bb Author: Alessandro Benedetti <a.benedetti@...> Date: 2018-06-08T14:37:54Z [LUCENE-8343] data type migration approach for weight not defined - weight too small Blended Infix Suggestion Score calculus bug ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org