On Mon, Jul 21, 2008 at 11:27 PM, blazingwolf7 <[EMAIL PROTECTED]> wrote: > I am using Lucene to perform searching. I have certain information that will > be loaded everytime a search is run. This means, if there are multiple user > running the search at the same time, the information will be loaded multiple > times.
Is this a Lucene question? Anyway, refer to the Lucene FieldCache for an example of how to avoid multiple threads from creating more than one cached object. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]