Thanks Shawn and Dave, some very helpful info in your emails. I'll continue testing. It's a bit of a tough one because 2nd run queries run fast, once they're cached. I found using the fq vs. q, to skip the scoring, interesting. What does the query in the below email do to improve performance? My first thought was that wouldn't a "SolrRangeQuery" make it take longer?
Thanks again, Jon -----Original Message----- From: Shawn Heisey <[email protected]> Sent: Friday, July 23, 2021 8:20 AM To: [email protected] Subject: Re: Solr nodes crashing On 7/23/2021 8:14 AM, Shawn Heisey wrote: > Or you could turn the query into a range query, and it would work much > better -- Point types are EXCELLENT for range queries. You might not know how to do this. Try this query string: ptokens:[243796009 TO 243796009] AND ptokens:[410512000 TO 410512000] AND ptokens:[410604004 TO 410604004] AND ptokens:[408729009 TO 408729009] Thanks, Shawn
