You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by dmitri <ev...@mail.ru> on 2007/03/01 09:18:35 UTC

Re: [ANN] ParallelSearcher in multi-node environment

e.g. I've changed original ParallelSearcher to use thread pool
(java.util.concurrent.ThreadPoolExecutor from jdk 1.5).
But implementing multi-host installation still requires a lot of changes
since ParallelSearcher calles underlying Searchables too many times (e.g.
for separate network call for every document)
----------------
Dmitri 
-- 
View this message in context: http://www.nabble.com/ParallelSearcher-in-multi-node-environment-tf3301080.html#a9245525
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: [ANN] ParallelSearcher in multi-node environment

Posted by Sharad Agarwal <sh...@aol.com>.
yeah I am too looking forward to this feature, using thread pool and 
minimize the remote calls in ParallelSearcher



evysq@mail.ru wrote:

>e.g. I've changed original ParallelSearcher to use thread pool
>(java.util.concurrent.ThreadPoolExecutor from jdk 1.5).
>But implementing multi-host installation still requires a lot of changes
>since ParallelSearcher calles underlying Searchables too many times (e.g.
>for separate network call for every document)
>----------------
>Dmitri 
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org