NightOwl888 commented on issue #629: URL: https://github.com/apache/lucenenet/issues/629#issuecomment-1080992894
Are you seeing a difference in NumericRangeQuery behavior between 4.8.0-beta00016 and prior versions? We did make a few changes to it to avoid boxing. https://github.com/apache/lucenenet/pull/570/commits/2cae3c28001ff350a516635f33670581e8c58b85 I haven't spotted a problem with the query, but I noticed that there are different modes demonstrated in [the NumericRangeQuery tests](https://github.com/apache/lucenenet/blob/Lucene.Net_4_8_0_beta00016/src/Lucene.Net.Tests/Search/TestNumericRangeQuery32.cs#L167-L194) that you might want to experiment with. -- 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]
