mirror of https://github.com/apache/lucene.git
- Removed a @todo and replaced it with javadoc about RemoteCachingWrapperFilter that was added in LUCENE-853
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@526846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48e662cf52
commit
2137fae116
|
@ -33,8 +33,8 @@ public class CachingWrapperFilter extends Filter {
|
|||
protected Filter filter;
|
||||
|
||||
/**
|
||||
* @todo What about serialization in RemoteSearchable? Caching won't work.
|
||||
* Should transient be removed?
|
||||
* A transient Filter cache. To cache Filters even when using {@link RemoteSearchable} use
|
||||
* {@link RemoteCachingWrapperFilter} instead.
|
||||
*/
|
||||
protected transient Map cache;
|
||||
|
||||
|
|
Loading…
Reference in New Issue