From 9de4ebb4fe061d8be65543c0b4fc4aca6f4f21a0 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Tue, 18 Jul 2006 18:35:53 +0000 Subject: [PATCH] JSON, Python, Ruby response writers: SOLR-31 git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423178 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ed17345139e..1b5e66eec37 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,6 +31,8 @@ New Features attribute, with the default being "English". (Bertrand Delacretaz via yonik, SOLR-27) 17. ISOLatin1AccentFilterFactory, instantiates ISOLatin1AccentFilter to remove accents. (Bertrand Delacretaz via yonik, SOLR-28) +18. JSON, Python, Ruby QueryResponseWriters: use wt="json", "python" or "ruby" + (yonik, SOLR-31) Changes in runtime behavior 1. classes reorganized into different packages, package names changed to Apache @@ -57,12 +59,9 @@ Bug Fixes 4. WordDelimiterFilter sometimes lost token positionIncrement information 5. Fix reverse sorting for fields were sortMissingFirst=true (Rob Staveley, yonik) - 5. Worked around a Jetty bug that caused invalid XML responses for fields + 6. Worked around a Jetty bug that caused invalid XML responses for fields containing non ASCII chars. (Bertrand Delacretaz via yonik, SOLR-32) - reverse sorting for fields were sortMissingFirst=true - (Rob Staveley, yonik) - Other Changes 1. Upgrade to Lucene 2.0 nightly build 2006-06-22, lucene SVN revision 416224, http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=markup&pathrev=416224