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