Re: Default Values and Missing Field Queries

2020-05-25 Thread Chris Dempsey
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

Re: Default Values and Missing Field Queries

2020-05-25 Thread Erick Erickson
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