Re: Re: Lucene and database

2006-07-04 Thread Giulio Cesare Solaroli
our information in order to achieve your expected result. If the content of the DB is updated, and you can not manage to reindex the whole DB every time you need to synchronize its content, you will need also to define an update strategy for the Lucene index. Regards, Giulio Cesare Solaroli On 7/4/0

Re: Lucene and database

2006-07-04 Thread Giulio Cesare Solaroli
helps. Best regards, Giulio Cesare Solaroli On 7/4/06, Alexander Mashtakov <[EMAIL PROTECTED]> wrote: Hi folks, I'm looking for a solution/best practices concerning Lucene and SQL database integration. The database (MySQL) is already developed and contains data. I've tried

Re: Thinking about better highlighting

2005-08-25 Thread Giulio Cesare Solaroli
Hi, on our setup, we are using two completely separated processes, one to search and another to highlight the found documents. Both this processes are used by other applications through xml-rpc calls. Our index is used to search the content of an Oracle DB; for this reason, there are no stored fi