It results from a surround query with too many terms. Says the javadoc: * Exception thrown when {@link BasicQueryFactory} would exceed the limit * of query clauses.
Iām curious, are you issuing a large {!surround} query or is it expanding to hit that limit? ā Erik Hatcher, Senior Solutions Architect http://www.lucidworks.com > On Mar 13, 2015, at 9:44 AM, Ian Rose <ianr...@fullstory.com> wrote: > > I sometimes see the following in my logs: > > ERROR org.apache.solr.core.SolrCore ā > org.apache.lucene.queryparser.surround.query.TooManyBasicQueries: Exceeded > maximum of 1000 basic queries. > > > What does this mean? Does this mean that we have issued a query with too > many terms? Or that the number of concurrent queries running on the server > is too high? > > Also, is this a builtin limit or something set in a config file? > > Thanks! > - Ian