Re: Storing information

2008-07-22 Thread Grant Ingersoll
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

Re: Storing information

2008-07-21 Thread Yonik Seeley
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 loade

Storing information

2008-07-21 Thread blazingwolf7
there anyway I can load those values only once, and every search perform after that no matter how many user will simply refer to the preloaded values? Thanks -- View this message in context: http://www.nabble.com/Storing-information-tp18581695p18581695.html Sent from the Lucene - Java Users