Materna, Wolf-Dietrich (empolis B) wrote:
Hello,Thank you Wolf, I have already patched and rebuilt my 1.2 copy, since I can't put a development version into production. I was just concerned that with the next Lucene release, I would like my application to continue working. :)
Can BooleanClause be made serializable?This is already done. You have to use the latest developer version from
I am constructing a compound query object in a servlet, and sending it to my back-end server which performs a lucene search and returns the results. All of the classes I need to construct my query are serializable (i.e., Term, Query, BooleanQuery, RangeQuery...) except for BooleanClause. In fact, I'm not even creating BooleanClause, so I assume Boolean Query (which _is_ tagged as serializable) is creating it internally.
the CVS. Look at <http://jakarta.apache.org/site/cvsindex.html> how to
get it.
Regards,
Wolf-Dietrich
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
