Re: using the CachingWrapperFilter

2005-06-02 Thread Erik Hatcher
On Jun 2, 2005, at 11:56 AM, M. Mokotov wrote: Hi Erik, Thank you very much for your reply. The problem is I need only the caching without any date or query functionality. Since the only two constructable-without-wrapping Filters are the QueryFilter and DateFilter, I need either to have a dum

RE: using the CachingWrapperFilter

2005-06-02 Thread M. Mokotov
ubject: Re: using the CachingWrapperFilter On May 26, 2005, at 5:02 AM, M. Mokotov wrote: > Can someone please explain me how do I use the CachingWrapperFilter? There is a bit of it demonstrated in Lucene in Action. Here are some snippets that (sort of) describe it: http://www.lucenebo

Re: using the CachingWrapperFilter

2005-05-26 Thread Erik Hatcher
On May 26, 2005, at 5:02 AM, M. Mokotov wrote: Can someone please explain me how do I use the CachingWrapperFilter? There is a bit of it demonstrated in Lucene in Action. Here are some snippets that (sort of) describe it: http://www.lucenebook.com/search?query=CachingWrapperFilter Yo

using the CachingWrapperFilter

2005-05-26 Thread M. Mokotov
Hi, Can someone please explain me how do I use the CachingWrapperFilter? I see that it's built in a decorator way (getting on the constructor another filter and decorate it with caching), still I don't see any basic filter to be the 'root'. On the tests I saw there is a MockFilter, but I couldn