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