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

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

Default Values and Missing Field Queries

2020-05-25 Thread Chris Dempsey
I'm new to Solr and made an honest stab to finding this in info the docs. I'm working on an update to an existing large collection in Solr 7.7 to add a BoolField to mark it as "soft deleted" or not. My understanding is that updating the schema will mean the new field will only exist and have a