: 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
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: [email protected]
Subject: Re: bug in JSON Response
On 5/10/07, Gunther, Andrew <[EM
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
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