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
Hi Rodrigo,
as I understand it, you know where the index is located.
If you can also find out where the configuration files are - if they are simply
accessible on the FS - you could start a regular SOLR server that simply uses
that config directory as SOLR_HOME (it will automatically use the co
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
Hi Rodrigo,
the data will only show in SOLR if the index is built after the data has been
committed to the database it reads the data from.
If the data does not show up in the index there could be several reasons why
that is:
a) different database
b) permissions prevent that the data is visible