Github user NightOwl888 commented on the issue:

    https://github.com/apache/lucenenet/pull/176
  
    Another correction - the Lucene.Net 3.0.3 code had a bug. When passing `0`, 
it would format the boost as `^.0`, but if you passed `0.123` you would get 
`^0.123`.
    
    I checked through all of the 4.8 files and there are several unit tests 
that input `^0.xxx` but nothing boost-related indicates that `^.0` is valid. I 
think it is safe to assume it should be `^0.0`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to