mirror of https://github.com/apache/lucene.git
just upcasing Solr in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13eaf6d061
commit
b82469d7c6
|
@ -41,11 +41,11 @@ import org.apache.solr.request.SolrRequestHandler;
|
|||
import org.apache.solr.schema.IndexSchema;
|
||||
|
||||
/**
|
||||
* DirectSolrConnection provides an interface to solr that is similar to
|
||||
* DirectSolrConnection provides an interface to Solr that is similar to
|
||||
* the the HTTP interface, but does not require an HTTP connection.
|
||||
*
|
||||
* This class is designed to be as simple as possible and allow for more flexibility
|
||||
* in how you interface to solr.
|
||||
* in how you interface to Solr.
|
||||
*
|
||||
* @version $Id$
|
||||
* @since solr 1.2
|
||||
|
|
Loading…
Reference in New Issue