iprithv commented on PR #16175: URL: https://github.com/apache/lucene/pull/16175#issuecomment-4615590911
Thanks @javanna for tagging the ticket. I actually looked into other ticket which i forgot to tag, from which it seemed to be a regression from the QueryVisitor migration in apache/lucene-solr#581. so before that change, extractTerms() only used indexWeight and during the migration, dvQuery.visit() got added as well....it looks like that was never intended. this should restore the original behaviour I believe. I may be missing some context though, please let me know if dvQuery.visit() was added for another reason -- 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]
