mirror of https://github.com/apache/lucene.git
Fix for SOLR-3236, javadoc only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f82d831db
commit
401924c273
|
@ -49,10 +49,10 @@ import org.slf4j.LoggerFactory;
|
|||
* {@link StreamingUpdateSolrServer} buffers all added documents and writes them
|
||||
* into open HTTP connections. This class is thread safe.
|
||||
*
|
||||
* Although any SolrServer request can be made with this implementation,
|
||||
* it is only recommended to use the {@link StreamingUpdateSolrServer} with
|
||||
* /update requests. The query interface is better suited for
|
||||
*
|
||||
* Although any SolrServer request can be made with this implementation,
|
||||
* it is only recommended to use {@link StreamingUpdateSolrServer} with
|
||||
* /update requests. The base class {&link CommonsHttpSolrServer} is
|
||||
* better suited for the query interface.
|
||||
*
|
||||
* @since solr 1.4
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue