Re: Using Database instead of File system

2006-09-25 Thread jian chen
For real search engine, performance is the most important factor. I think file system based system is better than storing the indexes in database because of the pure speed you will get. Cheers, Jian On 9/25/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: Have a look at the compass framework ht

Re: Using Database instead of File system

2006-09-25 Thread Simon Willnauer
Have a look at the compass framework http://www.opensymphony.com/compass/ Compass also provides a Lucene Jdbc Directory implementation, allowing storing Lucene index within a database for both pure Lucene applications and Compass enabled applications. best regards simon On 9/25/06, Reuven Ivgi

Using Database instead of File system

2006-09-25 Thread Reuven Ivgi
Hello, I have just started to work with Lucene Is it possible to define the index files of lucene to be on a database (such as MySql), just for backup and restore porposes Thanks in Advance Reuven Ivgi