Author: klaas
Date: Thu Sep 11 10:36:54 2008
New Revision: 694375
URL: http://svn.apache.org/viewvc?rev=694375&view=rev
Log:
SOLR-766 remove python client
Added:
lucene/solr/trunk/client/python/README.txt (with props)
Removed:
lucene/solr/trunk/client/python/solr.py
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=694375&r1=694374&r2=694375&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Thu Sep 11 10:36:54 2008
@@ -103,6 +103,9 @@
These lifecycle changes do not affect people who use Solr "out of the
box" or who have developed their own TokenFilterFactory plugins. More
info can be found in SOLR-594.
+
+The python client that used to ship with Solr is no longer included in
+the distribution (see client/python/README.txt).
Detailed Change List
--------------------
Added: lucene/solr/trunk/client/python/README.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/client/python/README.txt?rev=694375&view=auto
==============================================================================
--- lucene/solr/trunk/client/python/README.txt (added)
+++ lucene/solr/trunk/client/python/README.txt Thu Sep 11 10:36:54 2008
@@ -0,0 +1,9 @@
+Note: As of version 1.3, Solr no longer comes bundled with a Python client.
The existing client
+was not sufficiently maintained or tested as development of Solr progressed,
and committers
+felt that the code was not up to our usual high standards of release.
+
+The client bundled with previous versions of Solr will continue to be
available indefinitely at:
+http://svn.apache.org/viewvc/lucene/solr/tags/release-1.2.0/client/python/
+
+Please see http://wiki.apache.org/solr/SolPython for information on
third-party Solr python
+clients.
Propchange: lucene/solr/trunk/client/python/README.txt
------------------------------------------------------------------------------
svn:eol-style = native