mirror of https://github.com/apache/lucene.git
SOLR-2607: remove client/ directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
460c345d94
commit
5dc9fbc849
|
@ -425,6 +425,7 @@ Other Changes
|
||||||
* SOLR-3005: Default QueryResponseWriters are now initialized via init() with an empty
|
* SOLR-3005: Default QueryResponseWriters are now initialized via init() with an empty
|
||||||
NamedList. (Gasol Wu, Chris Male)
|
NamedList. (Gasol Wu, Chris Male)
|
||||||
|
|
||||||
|
* SOLR-2607: Removed obsolete client/ folder (ehatcher, Eric Pugh, janhoy)
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -32,7 +32,8 @@ See the "example" directory for an example Solr setup. A tutorial
|
||||||
using the example setup can be found at
|
using the example setup can be found at
|
||||||
http://lucene.apache.org/solr/tutorial.html
|
http://lucene.apache.org/solr/tutorial.html
|
||||||
or in in "docs/tutorial.html" in a binary distribution.
|
or in in "docs/tutorial.html" in a binary distribution.
|
||||||
|
Also, there are Solr clients for many programming languages, see
|
||||||
|
http://wiki.apache.org/solr/IntegratingSolr
|
||||||
|
|
||||||
|
|
||||||
Files included in an Apache Solr binary distribution
|
Files included in an Apache Solr binary distribution
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
For a list of many Solr client libraries, see
|
|
||||||
http://wiki.apache.org/solr/IntegratingSolr
|
|
Loading…
Reference in New Issue