RE: Save to database...

2006-01-05 Thread Steven Pannell
Look in the old archive mails and you will find a few people have tried this out. There is even some code around. I have tried this, and to be honest it does not make much sense. The real problem is performance it just takes too long to keep getting the index from the database for performing the

Why is Document final?

2005-12-23 Thread Steven Pannell
Hi, Can someone please tell my why the Document class has no interface and is final? I want to create some documents that have some standard fields (eg: creation date), and I don't want to keep repeating my code. This way I ensure some standard conventions in all my documents. What's the

RE: Why is Document final?

2005-12-23 Thread Steven Pannell
PROTECTED] Sent: 23 December 2005 11:31 To: java-dev@lucene.apache.org Subject: Re: Why is Document final? On Dec 23, 2005, at 5:00 AM, Steven Pannell wrote: Can someone please tell my why the Document class has no interface and is final? Primarily because Lucene controls the construction