iamsanjay commented on PR #13286: URL: https://github.com/apache/lucene/pull/13286#issuecomment-2046812811
I looked into different Search engines whether they use it or not -- Many of them still using the deprecated code. 1. `LongPoint.newDistanceFeatureQuery` (ElasticSearch uses it https://github.com/search?q=repo%3Aelastic%2Felasticsearch+LongPoint.newDistanceFeatureQuery&type=code and OpenSearch as well https://github.com/search?q=repo%3Aopensearch-project%2FOpenSearch%20newDistanceFeatureQuery&type=code) 2. BooleanQuery.TooManyClauses (Elastic Search https://github.com/search?q=repo%3Aelastic%2Felasticsearch%20TooManyClauses&type=code) 3. BooleanQuery.getMaxClauseCount and BooleanQuery.setMaxClauseCount are still in use. Should I go ahead and remove it? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org