diff --git a/solr/client/README.txt b/solr/client/README.txt new file mode 100644 index 00000000000..2b22ae895e3 --- /dev/null +++ b/solr/client/README.txt @@ -0,0 +1,2 @@ +For a list of many Solr client libraries, see +http://wiki.apache.org/solr/IntegratingSolr diff --git a/solr/client/javascript/README.txt b/solr/client/javascript/README.txt deleted file mode 100644 index 30de6aed7f1..00000000000 --- a/solr/client/javascript/README.txt +++ /dev/null @@ -1,5 +0,0 @@ -For a Solr JavaScript Client, see: -http://evolvingweb.github.com/ajax-solr/ - -For information on (now deprecated) SorlJS, see: -http://wiki.apache.org/solr/SolrJS \ No newline at end of file diff --git a/solr/client/python/README.txt b/solr/client/python/README.txt deleted file mode 100644 index 7f6af360c8f..00000000000 --- a/solr/client/python/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -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.