Re: Map size must not be negative with spatial results + php serialized

2010-12-09 Thread Markus Jelsma
Well, in that case i'd open a ticket for this one. The problem is, for now, that i can only replicate the behaviour using the spatial plugin. On Wednesday 08 December 2010 21:58:06 Chris Hostetter wrote: > : That's fine - it could be a Solr bug too. > > it definitely looks like a generic solr b

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Chris Hostetter
: That's fine - it could be a Solr bug too. it definitely looks like a generic solr bug. JSONResponseWriter.java:398 (in the writeSolrDocument method that supports psuedo-fields) writeMapOpener(-1); // no trivial way to determine map size PHPSerializedResponseWriter.java:221 (in which PHP

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Yonik Seeley
On Wed, Dec 8, 2010 at 9:45 AM, Markus Jelsma wrote: > I know, but since it's an Apache component throwing the exception, i'd figure > someone just might know more about this. That's fine - it could be a Solr bug too. IMO, solr-user traffic just needs to be solr related and hopefully useful to ot

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Markus Jelsma
I know, but since it's an Apache component throwing the exception, i'd figure someone just might know more about this. An, the guys do visit the list afaik. Anyway, i'd ask there too. Thanks On Wednesday 08 December 2010 15:41:21 Grant Ingersoll wrote: > That sounds like a JTeam plugin problem,

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Grant Ingersoll
That sounds like a JTeam plugin problem, which is not supported here. On Dec 8, 2010, at 5:38 AM, Markus Jelsma wrote: > Hi, > > Got another issue here. This time it's the PHP serialized response writer > throwing the following exception only when spatial parameters are set using > LocalParam

Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Markus Jelsma
Hi, Got another issue here. This time it's the PHP serialized response writer throwing the following exception only when spatial parameters are set using LocalParams in Solr 1.4.1 using JTeam's plugin: Map size must not be negative java.lang.IllegalArgumentException: Map size must not be negat