bug in JSON Response

2007-05-10 Thread Gunther, Andrew
Anyone notice an error in the JSON response when requesting facets. The response I get is: {"facet_queries":{},"facet_fields":{"subject":["Landscape",10335,"River" ,1767,"Mountain",1278,"Architecture",1184] }} It seems like the JSONArray subject should yield a JSONObject with name,value pairs lik

Re: bug in JSON Response

2007-05-10 Thread Yonik Seeley
On 5/10/07, Gunther, Andrew <[EMAIL PROTECTED]> wrote: Anyone notice an error in the JSON response when requesting facets. The response I get is: {"facet_queries":{},"facet_fields":{"subject":["Landscape",10335,"River" ,1767,"Mountain",1278,"Architecture",1184] }} It seems like the JSONArray su

RE: bug in JSON Response

2007-05-10 Thread Gunther, Andrew
Thanks, I should have checked the wiki. Cheers, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Thursday, May 10, 2007 9:32 AM To: solr-dev@lucene.apache.org Subject: Re: bug in JSON Response On 5/10/07, Gunther, Andrew <[EM

RE: bug in JSON Response

2007-05-10 Thread Chris Hostetter
: Thanks, I should have checked the wiki. it's also called out in the "Upgrading from Solr 1.1" section of the CHANGES.txt file... http://svn.apache.org/repos/asf/lucene/solr/trunk/CHANGES.txt ... The JSON response format for facets has changed to make it easier for clients to retain sorted orde