zhangxinyao88 commented on PR #4915: URL: https://github.com/apache/solr/pull/4915#issuecomment-5707956802
> I'm skeptical it's necessary to write a custom field type to exercise this problem. I suspect a "Point" numeric field that has no docValues would trigger the issue. I tried an `IntPointField` with docValues disabled. It takes the specialized range-query path, so neither `q` nor `facet.query` reaches `FieldExistsQuery`; both return 200. I restored the custom fixture because it reproduces the reported failure through normal request handling. -- 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]
