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.
__
>>> 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
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
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
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
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
>>
>>
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
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