Re: Beginning with Lucene

2012-12-04 Thread BIAGINI Nathan
Le 04/12/12 16:06, Mohammad Tariq a écrit : Hello list, I am entirely new to Lucene and was trying yo get myself familiar with it with the help of tutorial presented here : http://www.lucenetutorial.com/lucene-in-5-minutes.html I was trying to execute the example code given here, but

Re: Lucene 4.0, Serialization

2012-12-04 Thread BIAGINI Nathan
Le 04/12/12 10:43, Trejkaz a écrit : On Tue, Dec 4, 2012 at 8:33 PM, BIAGINI Nathan 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

Lucene 4.0, Serialization

2012-12-04 Thread BIAGINI Nathan
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 th

Lucene, Serializable

2012-12-04 Thread BIAGINI Nathan
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 th