Thanks for the clarification and pointers Erick! Much appreciated!
On Mon, May 25, 2020 at 11:18 AM Erick Erickson
wrote:
> Try q=*:* -boolfield=false
>
> And it's not as costly as you might think, there's special handling for *:*
> queries. And if you put that in an fq clause instead, the resul
Try q=*:* -boolfield=false
And it's not as costly as you might think, there's special handling for *:*
queries. And if you put that in an fq clause instead, the result set will
be put into the filter cache and be reused assuming you want to do this
repeatedly.
BTW, Solr doesn't use strict Boolean