You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Peter Rusko (JIRA)" <ji...@apache.org> on 2016/05/24 19:00:14 UTC

[jira] [Created] (SOLR-9158) Solr returns 500 with "No live SolrServers available to handle this request" for complexphrase queries exceeding maxBooleanClauses

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org