You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/07/18 20:35:53 UTC

svn commit: r423178 - /incubator/solr/trunk/CHANGES.txt

Author: yonik
Date: Tue Jul 18 11:35:53 2006
New Revision: 423178

URL: http://svn.apache.org/viewvc?rev=423178&view=rev
Log:
JSON, Python, Ruby response writers: SOLR-31

Modified:
    incubator/solr/trunk/CHANGES.txt

Modified: incubator/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/CHANGES.txt?rev=423178&r1=423177&r2=423178&view=diff
==============================================================================
--- incubator/solr/trunk/CHANGES.txt (original)
+++ incubator/solr/trunk/CHANGES.txt Tue Jul 18 11:35:53 2006
@@ -31,6 +31,8 @@
     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,11 +59,8 @@
  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,