Venkata,
Solr is a neat webapp. It doesn't spins threads (almost). It's spin in
servlet container threads. You need to configure tomcat/jetty.
On Tue, May 14, 2013 at 4:17 PM, Dmitry Kan wrote:
> venkata,
>
> If you are after search scaling, then the webapp server (like tomcat, jetty
> etc) han
venkata,
If you are after search scaling, then the webapp server (like tomcat, jetty
etc) handles allocation of threads per client connection (maxThreads for
jetty for instance). Inside one client request SOLR uses threads for
various tasks, but I don't have any exact figures (not sure if wiki has
I am seeing configuration point for indexing threads.
However I am not finding anything for search. How many simultaneous
threads, SOLR can spin during search time?
--
View this message in context:
http://lucene.472066.n3.nabble.com/maximum-number-of-simultaneous-threads-tp4062
venkata,
only blank lines between "..in solrconfig.xml" and "Is it possible.." have
arrived.
On Mon, May 13, 2013 at 3:25 PM, venkata wrote:
> I am seeing the following in solrconfig.xml
>
>
>
>
>
>
> It is possible to specific max number of threads for query time too?
>
>
>
>
> --
> View this