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
This commit is contained in:
Yonik Seeley 2006-07-18 18:35:53 +00:00
parent 02aafbc34d
commit 9de4ebb4fe
1 changed files with 3 additions and 4 deletions

View File

@ -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