AppServer - How often does the search index update itself?

Hi,

we have a OneIM database migrated to version 8.0.3 in our test environment.

Our observation is that expected terms are not found in the search index after importing transports.
If this is noticed during the tests, we will trigger the update of the index.

What we have not found in the manual so far - in which time interval will the index be updated?
Is there a way to check the status of the index? If yes how?

Thank you for any hints.

Parents Reply Children
  • Thank you for the note with the log - I looked at it on the AppServer, but I could only see info messages like

    2019-12-11 10:20:48.6101 INFO (Indexing ) : Index for ShoppingCartOrder: read 4 documents, 0 updates, complete with 303613 documents 

    2019-12-11 10:20:48.6726 INFO (Indexing ) : Index for ADSGroup: read 5 documents, 5 updates, complete with 102419 documents
    2019-12-11 10:20:48.7038 INFO (Indexing ) : Index for Person: read 6 documents, 6 updates, complete with 133444 documents
    2019-12-11 10:20:48.7820 INFO (Indexing ) : Index for AccProduct: read 1 documents, 1 updates, complete with 517850 documents
    2019-12-11 10:20:48.9695 INFO (Indexing ) : Index for TroubleTicket: read 1 documents, 0 updates, complete with 763906 documents
    2019-12-11 10:20:49.2916 INFO (Indexing ) : Index for PersonWantsOrg: read 7 documents, 1 updates, complete with 2030229 documents
    2019-12-11 10:20:52.4496 INFO (Indexing ) : Delta update took 6,5818578 seconds
    2019-12-11 10:20:52.4496 INFO (Indexing ) : Optimizing index because of deletions.
    2019-12-11 10:21:39.8515 INFO (Indexing ) : Search query <keyword>; not filtered, startIndex: 0, maxsize: 1000, tables: AccProduct, 6 results. Duration: 361,7797 ms, Culture: de
    2019-12-11 10:25:34.3218 INFO (WebLog Updater) : Checking for updates.
    2019-12-11 10:25:34.3218 INFO (WebLog Updater) : Auto update is switched off.

    Should the setting for logging have to be changed in order to be able to see the warning messages?