chatman commented on code in PR #3053: URL: https://github.com/apache/solr/pull/3053#discussion_r2261261170
########## solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformerFactory.java: ########## @@ -22,7 +22,7 @@ import java.io.UncheckedIOException; import org.apache.lucene.search.BooleanClause; import org.apache.lucene.search.BooleanQuery; -import org.apache.lucene.search.DocValuesFieldExistsQuery; +import org.apache.lucene.search.FieldExistsQuery; Review Comment: @cpoerschke Thanks for pointing this point, I missed seeing this. Can we open a JIRA for this please, and mark it as a release blocker (10.0)? -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org