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