Peter Rusko created SOLR-9158:
---------------------------------
Summary: Solr returns 500 with "No live SolrServers available to
handle this request" for complexphrase queries exceeding maxBooleanClauses
Key: SOLR-9158
URL: https://issues.apache.org/jira/browse/SOLR-9158
Project: Solr
Issue Type: Bug
Reporter: Peter Rusko
Priority: Minor
When using complexphrase query parser and passing it a wildcard term, it gets
replaced by all possible matching terms. This can result in a boolean query
with many clauses.
When this happens, The server responds with the error message
"org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request" instead of showing the real issue (which can
be found in the trace). The error code should also be 400.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]