Re: Solr 4.4 Query ignoring null values

2013-08-20 Thread Prasi S
3 at 10:16 PM, Chris Hostetter wrote: > > : Subject: Solr 4.4 Query ignoring null values > > First off: it's important that you understand there is no such thing as a > "null value" in a Solr index -- the concept does not exist. You can have > documents that &

Re: Solr 4.4 Query ignoring null values

2013-08-20 Thread Chris Hostetter
: Subject: Solr 4.4 Query ignoring null values First off: it's important that you understand there is no such thing as a "null value" in a Solr index -- the concept does not exist. You can have documents that "do not contain a value" for a field, and you can have do

Solr 4.4 Query ignoring null values

2013-08-20 Thread Prasi S
Hi, I have a few questions with Solr 4.4 query parser 1. http://localhost:8180/solr/collection1/select?q=business_name:Catherine AND city:""&debugQuery=yes -> 100 results In