mirror of https://github.com/apache/lucene.git
SOLR-4715: Fixing precommit and removing incorrect javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78e445ce57
commit
22ac7a0bce
|
@ -208,7 +208,7 @@ public class CloudSolrServer extends SolrServer {
|
||||||
* <p/>
|
* <p/>
|
||||||
* "zoo1.example.com:2181,zoo2.example.com:2181,zoo3.example.com:2181"
|
* "zoo1.example.com:2181,zoo2.example.com:2181,zoo3.example.com:2181"
|
||||||
* @param httpClient
|
* @param httpClient
|
||||||
* the {@see HttpClient} instance to be used for all requests. The
|
* the {@link HttpClient} instance to be used for all requests. The
|
||||||
* provided httpClient should use a multi-threaded connection manager.
|
* provided httpClient should use a multi-threaded connection manager.
|
||||||
*/
|
*/
|
||||||
public CloudSolrServer(String zkHost, HttpClient httpClient) {
|
public CloudSolrServer(String zkHost, HttpClient httpClient) {
|
||||||
|
@ -260,7 +260,7 @@ public class CloudSolrServer extends SolrServer {
|
||||||
* A chroot value for zookeeper, starting with a forward slash. If no
|
* A chroot value for zookeeper, starting with a forward slash. If no
|
||||||
* chroot is required, use null.
|
* chroot is required, use null.
|
||||||
* @param httpClient
|
* @param httpClient
|
||||||
* the {@see HttpClient} instance to be used for all requests. The provided httpClient should use a
|
* the {@link HttpClient} instance to be used for all requests. The provided httpClient should use a
|
||||||
* multi-threaded connection manager.
|
* multi-threaded connection manager.
|
||||||
* @throws IllegalArgumentException
|
* @throws IllegalArgumentException
|
||||||
* if the chroot value does not start with a forward slash.
|
* if the chroot value does not start with a forward slash.
|
||||||
|
@ -316,7 +316,7 @@ public class CloudSolrServer extends SolrServer {
|
||||||
* @param updatesToLeaders
|
* @param updatesToLeaders
|
||||||
* If true, sends updates only to shard leaders.
|
* If true, sends updates only to shard leaders.
|
||||||
* @param httpClient
|
* @param httpClient
|
||||||
* the {@see HttpClient} instance to be used for all requests. The provided httpClient should use a
|
* the {@link HttpClient} instance to be used for all requests. The provided httpClient should use a
|
||||||
* multi-threaded connection manager.
|
* multi-threaded connection manager.
|
||||||
* @see #CloudSolrServer(String) for full description and details on zkHost
|
* @see #CloudSolrServer(String) for full description and details on zkHost
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -645,9 +645,7 @@ public class LBHttpSolrServer extends SolrServer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes the {@link ResponseParser} that will be used for the internal
|
* Changes the {@link ResponseParser} that will be used for the internal
|
||||||
* SolrServer objects. Throws an exception if used after internal server
|
* SolrServer objects.
|
||||||
* objects have been added, so if you want to use this method, you must
|
|
||||||
* not put any URLs in your constructor.
|
|
||||||
*
|
*
|
||||||
* @param parser Default Response Parser chosen to parse the response if the parser
|
* @param parser Default Response Parser chosen to parse the response if the parser
|
||||||
* were not specified as part of the request.
|
* were not specified as part of the request.
|
||||||
|
@ -659,9 +657,7 @@ public class LBHttpSolrServer extends SolrServer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes the {@link RequestWriter} that will be used for the internal
|
* Changes the {@link RequestWriter} that will be used for the internal
|
||||||
* SolrServer objects. Throws an exception if used after internal server
|
* SolrServer objects.
|
||||||
* objects have been added, so if you want to use this method, you must
|
|
||||||
* not put any URLs in your constructor.
|
|
||||||
*
|
*
|
||||||
* @param requestWriter Default RequestWriter, used to encode requests sent to the server.
|
* @param requestWriter Default RequestWriter, used to encode requests sent to the server.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue