Hi Erik -

Sorry, I totally missed your reply.  To the best of my knowledge, we are
not using any surround queries (have to admit I had never heard of them
until now).  We use solr.SearchHandler for all of our queries.

Does that answer the question?

Cheers,
Ian


On Fri, Mar 13, 2015 at 10:08 AM, Erik Hatcher <erik.hatc...@gmail.com>
wrote:

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

Reply via email to