LuXugang opened a new pull request, #12186: URL: https://github.com/apache/lucene/pull/12186
### Description Add two constructions to support double/float. There is not additional new test for this pr, just base on the current code and simulate double/float values by `Float.parseFloat(String)`/` Double.parseDouble` . Some unrelated test code were removed as same as mentioned at https://github.com/apache/lucene/pull/12153 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
