On Dienstag 25 Oktober 2005 22:37, Sam Lee wrote:

> Can Lucene to be used in place of mysql so that
> website visitors can input data that will in turn
> inserting row into Lucene just like mysql db?

That's a bad idea. Lucene lacks a real update (you need to delete and 
re-add) and also sees everything as a string, even numbers. So although 
it's technically possible you don't want to do it.

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to