
gsingers at apache
Jul 22, 2008, 10:32 AM
Post #3 of 3
(158 views)
Permalink
|
You may also want a Document cache and or even a Query cache, depending on your situation. -Grant On Jul 21, 2008, at 11:49 PM, Yonik Seeley wrote: > On Mon, Jul 21, 2008 at 11:27 PM, blazingwolf7 > <blazingwolf7[at]gmail.com> 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: java-user-unsubscribe[at]lucene.apache.org > For additional commands, e-mail: java-user-help[at]lucene.apache.org > -------------------------- Grant Ingersoll http://www.lucidimagination.com Lucene Helpful Hints: http://wiki.apache.org/lucene-java/BasicsOfPerformance http://wiki.apache.org/lucene-java/LuceneFAQ --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-user-help[at]lucene.apache.org
|