We have a database that is replicated (sql databasse replication) once an hour between a shorebased installation and installations on vessels (satellite communication). Each installation has a web server and dmx database and documents stored in files.
Documents are also replicated once an hour (file pull using wget).
Documents are indexed for search when stored. A document that is stored on one location will not be indexed on the other locations.
I assume I have to start the indexing of the whole database (?) once a night or something to have everything indexed.
How do I do that? Or is it possible to index only those documents that have been added in the last X hours/days?
I would appreciate any help on this.