gerlowskija commented on PR #2499:
URL: https://github.com/apache/solr/pull/2499#issuecomment-2150379839
Three questions I'd like to answer before this is merged:
1. I can imagine scenarios where an advanced user might want to enable this
feature, but still be able to exempt certain queries. (Perhaps they know that
certain fields are low-cardinality enough to be "safe", etc.) Is it worth
adding a query-param feature flag, that can be used to disable the limit on a
query-by-query basis?
2. Some faceting codepaths run prefix queries in the course of processing
certain types of facets. Should we enforce this limit on these codepaths or
skip it?
3. Is there any value in expanding the limit to cover field types other than
'string'?
Other TODOs:
- ref-guide docs
- additional testing
- tidy/check.
--
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]