Range queries should NOT be slow if you're using a trie-based field,
even if there are a ton of values, right?
Maybe we should hint that people want to look into the solr trie-based
field types for anything they're going to range query on?
And/or suggest they profile the queries themselves directly against
their actual Solr index to see how they do. As much as some people want
it to, using BL will never get you out of having to understand what's
going on at the Solr level and what it means for your index.
On 9/24/2012 2:28 PM, Naomi Dushay wrote:
> Chris,
>
> This looks great!
>
> One possible gotcha: if you are using a field with a ton of values (for example, call numbers for a huge collection), then range queries with * could be extremely slow. That's true for range queries in general, but I think this may be the first place we use them in our code?
>
> Dunno if we should somehow document that � not sure where or how to do so.