Re: Caching in lucene

2007-09-18 Thread Karl Wettin
18 sep 2007 kl. 08.53 skrev Shailendra Mudgal: Ok let me explain you. By warming up the reader i used to understand is that it memorizes the index terms. Therefore subsequent queries will be answered by using these terms. Is this correct ? Are you asking if all terms are flyweighted/inte

Re: Caching in lucene

2007-09-17 Thread Shailendra Mudgal
Ok let me explain you. By warming up the reader i used to understand is that it memorizes the index terms. Therefore subsequent queries will be answered by using these terms. Is this correct ? On 9/18/07, Karl Wettin <[EMAIL PROTECTED]> wrote: > > > 18 sep 2007 kl. 08.33 skrev Shailendra Mudgal:

Re: Caching in lucene

2007-09-17 Thread Karl Wettin
18 sep 2007 kl. 08.33 skrev Shailendra Mudgal: Whether it caches frequently used terms ? I don't understand you question? -- karl On 9/18/07, Karl Wettin <[EMAIL PROTECTED]> wrote: 18 sep 2007 kl. 07.12 skrev Shailendra Mudgal: What my goal is to understand the caching strategy.

Re: Caching in lucene

2007-09-17 Thread Shailendra Mudgal
Whether it caches frequently used terms ? On 9/18/07, Karl Wettin <[EMAIL PROTECTED]> wrote: > > > 18 sep 2007 kl. 07.12 skrev Shailendra Mudgal: > > > > > What my goal is to understand the caching strategy. How well this > > work for repetitive queries. Is there any room available to improve >

Re: Caching in lucene

2007-09-17 Thread Karl Wettin
18 sep 2007 kl. 07.12 skrev Shailendra Mudgal: What my goal is to understand the caching strategy. How well this work for repetitive queries. Is there any room available to improve this. It is usually a loss of resources to cache results in a busy system with gaussianity distributed q

Re: Caching in lucene

2007-09-17 Thread Shailendra Mudgal
Hi Yonik, Thanks for your response. I'll feel great if you can explain this in more detail as i am not sure that whether i have understood this correctly or not. Or if you can direct me to some resource that will also be very good for me. What my goal is to understand the caching strategy. How w

Re: Caching in lucene

2007-09-17 Thread Yonik Seeley
On 9/17/07, Shailendra Mudgal <[EMAIL PROTECTED]> wrote: > One thing that i understand about IndexReader is that for subsequent > queries, results come fast as the IndexReader needs to be warmed up. > According to this, I am trying to find out the answers of following > questions : > - is there any

Caching in lucene

2007-09-17 Thread Shailendra Mudgal
Hi All, One thing that i understand about IndexReader is that for subsequent queries, results come fast as the IndexReader needs to be warmed up. According to this, I am trying to find out the answers of following questions : - is there any caching is done in lucene for search ? - if yes, is it fo