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 kl...@apache.org on 2008/09/11 19:36:55 UTC

svn commit: r694375 - in /lucene/solr/trunk: CHANGES.txt client/python/README.txt client/python/solr.py

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



Re: svn commit: r694375 - in /lucene/solr/trunk: CHANGES.txt client/python/README.txt client/python/solr.py

Posted by Yonik Seeley <yo...@apache.org>.
On Thu, Sep 11, 2008 at 2:24 PM, Yonik Seeley <yo...@apache.org> wrote:
> There never was a Solr release that shipped with the python client, so
> it wasn't really removed.

Oh, you actually removed the file from subversion too... I had missed that.

-Yonik

Re: svn commit: r694375 - in /lucene/solr/trunk: CHANGES.txt client/python/README.txt client/python/solr.py

Posted by Yonik Seeley <yo...@apache.org>.
There never was a Solr release that shipped with the python client, so
it wasn't really removed.

-Yonik

On Thu, Sep 11, 2008 at 1:36 PM,  <kl...@apache.org> wrote:
> 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
>
>
>