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
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
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
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