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" <[EMAIL PROTECTED]> 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:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


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

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to