Hi!

I implemented a VLH pattern Lucene's search hits but noticed that hits.doc() 
is quite slow (3000+ hits took about 500ms).

So, I want to ask people here for a solution. I tought about something like a 
wrapper for the VO (value/transfer object), i.e. that the VO does not 
actually contain the value but a reference to lucene's Hits instance. But 
this somewhat a hack...

Any ideas?

Timo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to