That's what I've done so far (in a String[] object).
Thank you for your reply.
Marco
- Original Message -
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Saturday, September 13, 2003 2:58 AM
Subject
On Friday, September 12, 2003, at 09:05 PM, Marco Tedone wrote:
Hi, I was wondering why Hits is not serializable?
Hits is really a collection of pointers back to the documents, not a
standalone collection.
Which is your standard way to pass the matching documents between
different
context
Hi, I was wondering why Hits is not serializable? It would have been
convenient for me to have it serializable, as the search action is performed
by a session bean in a context other than the one running the
web-application.
Which is your standard way to pass the matching documents between