Re: Search for empty string in 1.4.1 vs 3.4

2011-09-28 Thread Shanmugavel SRD
Thank you for the reply Chris. Please find the sample query which is returning results even though id is not having any value as "" in SOLR 1.4.1 http://localhost/solr/online/select/?q=%28%20state%20%29^1.8%20AND%20%20%28%20%28id:%22%22%29%29%20AND%20%20%28%20%28content_type_s:%22Video%22%29^1.5%2

Re: Search for empty string in 1.4.1 vs 3.4

2011-09-27 Thread Chris Hostetter
: I am using SOLR 1.4.1. When I search for empty string in a string field, : q=tag_facet:"", it return documents with values in tag_facet. I can't reproduce the behavior you are describing. when i query the Solr 1.4.1 example with the following URL... http://localhost:8983/solr/select/?q=id:%

Search for empty string in 1.4.1 vs 3.4

2011-09-22 Thread Shanmugavel SRD
Hi, I am using SOLR 1.4.1. When I search for empty string in a string field, q=tag_facet:"", it return documents with values in tag_facet. When I use the same query q=tag_facet:"", in SOLR 3.4, it is returning only documents with "" string in tag_facet. SOLR 3.4 works as expected. I just wan