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

2017-10-18 Thread David Hastings
urs...@gmail.com] > Sent: Wednesday, October 18, 2017 3:20 PM > To: solr-user@lucene.apache.org > Subject: Re: Querying fields that don't exist in every collection > > I may be wrong here, but what i think is happening is the edismax parser > sees a field that doesn't ex

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

2017-10-18 Thread Beach, Daniel
apache.org Subject: Re: Querying fields that don't exist in every collection I may be wrong here, but what i think is happening is the edismax parser sees a field that doesn't exist, and therefore "believes" all logic you entered into the query is a complete mistake and negates i

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

2017-10-18 Thread David Hastings
I may be wrong here, but what i think is happening is the edismax parser sees a field that doesn't exist, and therefore "believes" all logic you entered into the query is a complete mistake and negates it as such. so NOT becomes the word not and * becomes whitespace. On Wed, Oct 18, 2017 at 3:15

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.