Closed GoogleCodeExporter closed 8 years ago
I can't think of a situation where Solr should be returning empty response body
with a 200 response status. Can
you provide information on what leads to this behavior for you? it may be a bug
in Solr that we should report to
them.
Original comment by donovan....@gmail.com
on 23 Nov 2009 at 8:27
I have a document with longitude and latitude fields declared as float. If php
set the value to null then the solr
engine (1.3) return a non valid json :
{
longitude:,
latitude:
}
read :
http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.4.0/CHANGES.txt
(SOLR-125)
Throwing an error might help to found out the bug ;)
Original comment by thomas.r...@gmail.com
on 23 Nov 2009 at 8:50
Fixed in r25
Original comment by donovan....@gmail.com
on 10 Dec 2009 at 3:49
Original issue reported on code.google.com by
thomas.r...@gmail.com
on 23 Nov 2009 at 4:47