Re: Rebuild index after database change

2012-07-31 Thread Rodrigo P. Bregalanti
Thank you very much Chantal! As I am not too much familiar with Solr, will read some tutorials and try to setup a Solr server using the existent configuration files. In addition, I will post the results here. Thanks a lot! Best regards. -- View this message in context: http://lucene.472066

Re: Rebuild index after database change

2012-07-31 Thread Rodrigo P. Bregalanti
Hi Chantal, thanks for replying. It is very helpfull, and I think I am in the right path. As the database is not changed during the night, my idea is to add a cron job to re-index that at this time. The main problem is there is no separate service indexing the data. The applicaton is using Java+Gr

Rebuild index after database change

2012-07-30 Thread Rodrigo P. Bregalanti
Hello, I am working on a Data warehouse project, which is making huge modifications at the database level directly. It is working fine, and everything is going on, but there is a third party application reading data from one of this databases. This application is using Solrj (with embedded server)