On 7/23/2021 1:29 PM, Jon Morisi wrote:
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?
If the field is a Point type, the single value lookups you're doing are
slow. But change it to a range query, and it SHOULD get faster.
If the field isn't a Point type, you can ignore everything I said about
range queries.
Thanks,
Shawn