
jira at apache
Nov 4, 2009, 1:12 PM
Post #1 of 1
(48 views)
Permalink
|
|
[jira] Created: (LUCENE-2032) DistanceFilter not Serializable
|
|
DistanceFilter not Serializable ------------------------------- Key: LUCENE-2032 URL: https://issues.apache.org/jira/browse/LUCENE-2032 Project: Lucene - Java Issue Type: Bug Components: Search Affects Versions: 2.9 Reporter: Joey Surls I am using Lucene in a distributed setup. The DistanceFilter in the spatial project isn't Serializable even though it inherits it from Filter. Filter is a Serializable class. DistanceFilter contains the non-Serializable class WeakHashMap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-dev-help[at]lucene.apache.org
|