It's in the release notes for 4.0. See https://issues.apache.org/jira/browse/LUCENE-2908
-- Ian. On Tue, Dec 4, 2012 at 9:33 AM, BIAGINI Nathan <[email protected]> wrote: > I need to send a class containing Lucene elements such as `Query` over the > network using EJB and of course this class need to be serialized. I marked > my class as `Serializable` but it does not seems to be enough: > > org.apache.lucene.search.TermQuery is not Serializable > > Indeed, when i read the javadoc of the last stable release of Lucene (4.0), > i can see that `TermQuery` does not implement Serializable, `Query` neither. > What i don't understand is why those classes used to implement > `Serializable` in the last release (3.6.1), and why it's no longer the case? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
