Mark - there’s more to the equation than your query, I imagine. Are you
returning a larger number of rows or facets?
Can you share the Solr log of that request (and perhaps any request handler
config if you’ve adjusted that)?
Erik
> On Mar 3, 2016, at 4:21 AM, Mark Robinson wrote:
>
Hi,
I am running the following query on an index that has around 123 million
records, using SolrJ..
Each record has only 5 fields.
String *qry*="( fieldA:(value1 OR value2 OR value24) AND
fieldB:(value1 OR value2 OR value3 OR value4 OR value5) )
(...basically a simple AND of 2 ORs)
When I hi