RE: Querying fields that don't exist in every collection

2017-10-18 Thread Beach, Daniel
t as such. so NOT becomes the word not and * becomes whitespace. On Wed, Oct 18, 2017 at 3:15 PM, Beach, Daniel wrote: > Hello all, > > I'm running into an issue where adding a field to the qf changes the > parsed query if that field doesn't exist in the Solr index. Ou

Querying fields that don't exist in every collection

2017-10-18 Thread Beach, Daniel
Hello all, I'm running into an issue where adding a field to the qf changes the parsed query if that field doesn't exist in the Solr index. Our use case for doing this is that we have multiple collections and many of our queries leverage aliases to search across several of them simultaneously.