gerlowskija commented on PR #2499:
URL: https://github.com/apache/solr/pull/2499#issuecomment-2158867416

   > Generally "q" is provided by a user, uses a more user-facing query parser 
(namely edismax), and would be a nice place for such a limit. But otherwise, 
queries show up in tons of other places for internal use-cases written by 
systems programmers (i.e. us devs) using the default "lucene" query parser
   
   Thinking about this a bit more, I wonder if the real issue here is that 
there's no way to tell Solr unequivocally, on a request-by-request basis: 
"Don't second-guess me, I know this is safe".  If users had a way to 
communicate that, there wouldn't be any need for us as developers to try to 
generalize about which queries came from "end" users, what users may or may not 
know about Solr performance, etc.
   
   Would adding something like that  make you feel any better about the 
parser-agnostic approach @dsmiley ?  It'd give savvy "system" users a way to 
sidestep the "hitting a limit for the first time in prod" false-positive you 
expressed concern about above.


-- 
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

Reply via email to