Use FP calculation for OR synonym freq estimates
commit8b7fef5f67b8032698ad3287bb0e02b69581d240
authorOlly Betts <olly@survex.com>
Sun, 16 Oct 2016 07:45:51 +0000 (16 20:45 +1300)
committerOlly Betts <olly@survex.com>
Sun, 16 Oct 2016 07:45:51 +0000 (16 20:45 +1300)
tree071b3ed35c776333234ba61689bec318113f849f
parent074ea2d2d85599becbd4c98071df98393056a373
Use FP calculation for OR synonym freq estimates

The division was being done as an integer division, which means the
result was always getting rounded down rather than rounded to the
nearest integer.
xapian-core/matcher/orpostlist.cc