Re: IndexReader seems loading the full index

2006-05-16 Thread Michael D. Curtin
Sharad Agarwal wrote: I am a newbie in lucene space. and trying to understand lucene search result caching; facing with a wierd issue. After creating the IndexReader from a file system directory, I rename/remove the index directory; but still I am able to search the index and able to get the

IndexReader seems loading the full index

2006-05-16 Thread Sharad Agarwal
I am a newbie in lucene space. and trying to understand lucene search result caching; facing with a wierd issue. After creating the IndexReader from a file system directory, I rename/remove the index directory; but still I am able to search the index and able to get the documents from Hits. Th