Re: [hibernate-dev] hsearch-6 serializable Hits object

2007-06-12 Thread Emmanuel Bernard
e-dev] hsearch-6 serializable Hits object How do you deal with serialized Hits? You raise a "LazyInitializationException" like when a user access an unavailable document? Same for the serializable HitIterator? -- I don't deal with lazy initialization. I use the low-le

Re: [hibernate-dev] hsearch-6 serializable Hits object

2007-06-11 Thread Emmanuel Bernard
How do you deal with serialized Hits? You raise a "LazyInitializationException" like when a user access an unavailable document? Same for the serializable HitIterator? Which approach are you following to expose the data? christian's proposal? In christian's proposal, what is really needed fo

[hibernate-dev] hsearch-6 serializable Hits object

2007-06-07 Thread John Griffin
Do we want to convert the Lucene Hits object to a serializable format so it could be accessed remotely? I'm have developed this at work and have a 'SerializablelHits' object for this purpose. Is this overkill right now? Change later? Thoughts? John G. __