mirror of https://github.com/apache/lucene.git
fix incorrect class name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb444204d6
commit
f1be531c50
|
@ -42,7 +42,7 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* StreamingHttpSolrServer buffers all added documents and writes them
|
* {@link StreamingUpdateSolrServer} buffers all added documents and writes them
|
||||||
* into open HTTP connections. This class is thread safe.
|
* into open HTTP connections. This class is thread safe.
|
||||||
*
|
*
|
||||||
* Although any SolrServer request can be made with this implementation,
|
* Although any SolrServer request can be made with this implementation,
|
||||||
|
|
Loading…
Reference in New Issue