You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Anderson vasconcelos <an...@gmail.com> on 2012/03/05 22:50:30 UTC

Question about Streaming Update Solr Server

Hi

I have some questions about StreamingUpdateSolrServer.

1)What's queue size parameter? It's the number of documents in each thread?

2)When i configurated  like this StreamingUpdateSolrServer(URL, 1000, 5)
indexing runs ok. But when i up the number of threads like this new
StreamingUpdateSolrServer(URL, 1000, 15)  i received a
java.net.SocketException: Broken pipe. Why?

3)When i indexing using addBean method,  they open the max of threads than
i configured. But when i use addBeans, they open only one thread. Is this
correct?


Thanks

Re: Question about Streaming Update Solr Server

Posted by Anderson vasconcelos <an...@gmail.com>.
Anyone could reply this questions?

Thanks

2012/3/5 Anderson vasconcelos <an...@gmail.com>

> Hi
>
> I have some questions about StreamingUpdateSolrServer.
>
> 1)What's queue size parameter? It's the number of documents in each
> thread?
>
> 2)When i configurated  like this StreamingUpdateSolrServer(URL, 1000, 5)
> indexing runs ok. But when i up the number of threads like this new
> StreamingUpdateSolrServer(URL, 1000, 15)  i received a
> java.net.SocketException: Broken pipe. Why?
>
> 3)When i indexing using addBean method,  they open the max of threads than
> i configured. But when i use addBeans, they open only one thread. Is this
> correct?
>
>
> Thanks