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 "Nader S. Henein" <ns...@bayt.net> on 2002/06/27 07:35:56 UTC

IndexReader Pool

I was going through the lucene-user posts on the web and I came accross
a posting by Scott Oshima 
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00693.html

witch is talking about creating a IndexReader pool to spead up the search
I've looked into that but I can't fiure out what to use for a DataSource 
like in creating a pool for DB connections, is there an equivalant in the 
lucene architecture or should one just take the initiative.

Nader S. Henein
Bayt.com , Dubai Internet City
Tel. +9714 3911900
Fax. +9714 3911915
GSM. +9715 05659557
www.bayt.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: IndexReader Pool

Posted by Otis Gospodnetic <ot...@yahoo.com>.
I don't think Lucene contains anything to help you create this pool.
However, if you look at Jakarta Commons project you will find a
subproject there that allows you to create pools of any kind of Java
object.  You can probably use that to save yourself development and
debug time.

Otis


--- "Nader S. Henein" <ns...@bayt.net> wrote:
> 
> I was going through the lucene-user posts on the web and I came
> accross
> a posting by Scott Oshima 
>
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00693.html
> 
> witch is talking about creating a IndexReader pool to spead up the
> search
> I've looked into that but I can't fiure out what to use for a
> DataSource 
> like in creating a pool for DB connections, is there an equivalant in
> the 
> lucene architecture or should one just take the initiative.
> 
> Nader S. Henein
> Bayt.com , Dubai Internet City
> Tel. +9714 3911900
> Fax. +9714 3911915
> GSM. +9715 05659557
> www.bayt.com
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>