Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
On 4 août 2011, at 21:39, Emmanuel Bernard wrote: > Note that I have not wired LuceneWork and Avro yet though all the structure > is here. Still not wired but I've decorrelated the List traversal from the serialization as well as the deserialization from the List construction. __

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
>>> 1) Remember all operations are implicitly scoped to a single index, so >>> for example you don't need to make a difference between >>> Optimize(classType) and OptimizeAll, they will do the same: optimize >>> the index. >> >> That's a good point. Is that your last word though? Will we want to

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Sanne Grinovero
2011/8/4 Emmanuel Bernard : > > On 3 août 2011, at 20:06, Sanne Grinovero wrote: > >> 2011/8/3 Emmanuel Bernard : >>> Here is a first prototype of the serializable model and an almost complete >>> converter between List and this model. >>> >>> There is not test yet. It does compile but I don't kno

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
On 3 août 2011, at 20:06, Sanne Grinovero wrote: > 2011/8/3 Emmanuel Bernard : >> Here is a first prototype of the serializable model and an almost complete >> converter between List and this model. >> >> There is not test yet. It does compile but I don't know if it works. > > (translation of

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-03 Thread Sanne Grinovero
2011/8/3 Emmanuel Bernard : > Here is a first prototype of the serializable model and an almost complete > converter between List and this model. > > There is not test yet. It does compile but I don't know if it works. (translation of the above: https://github.com/emmanuelbernard/hibernate-search

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-03 Thread Emmanuel Bernard
Here is a first prototype of the serializable model and an almost complete converter between List and this model. There is not test yet. It does compile but I don't know if it works. On 2 août 2011, at 19:28, Sanne Grinovero wrote: > 2011/8/2 Emmanuel Bernard : >> HSEARCH-681 HSEARCH-757 >> >>

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-02 Thread Sanne Grinovero
2011/8/2 Emmanuel Bernard : > HSEARCH-681 HSEARCH-757 > > I've done a first analysis for the state to transfer. It's not too bad. > This doc is cryptic but people familiar with Lucene should get what I mean: > > https://gist.github.com/1120651 Thanks! I've added some minor comments on the format o

[hibernate-dev] HSEARCH State to transfer

2011-08-02 Thread Emmanuel Bernard
HSEARCH-681 HSEARCH-757 I've done a first analysis for the state to transfer. It's not too bad. This doc is cryptic but people familiar with Lucene should get what I mean: https://gist.github.com/1120651 It describes the state to pass around for each operation and detail what Document and Fiel