dsmiley commented on PR #4475:
URL: https://github.com/apache/solr/pull/4475#issuecomment-4618893215

   > The clause with a stopword only result in no documents being returned, 
before and after my change.
   Wouldn't you expect that an empty clause does not have an impact on the 
documents matching?
   
   TBH I'm not sure.   min-should-match with stopwords is a tricky subject... 
empty BQs is an edge case.  dismax/edismax query parsers have lots of nobs for 
production cases of handling user input.  `bool` query parser is a 
rudimentary/simple query parser -- more nuts & bolts for system developers to 
use.  Definitely not for direct user queries.  I'm skeptical it should grow 
into something like dismax.


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

Reply via email to