Inside Activate
Search
How to Trigger an Update of the Search Index
4 min
background by default, activate performs two types of updates to the index of objects in the database full index nightly from =//tasks/system tasks/background/maintenancescript incremental index every 15 minutes a full index rebuilds the search index, the incremental index adds new items to it for a deleted item to disappear from the index, a full index must run and forcing objects to be removed is the most common reason to manually run a full index it is also possible to trigger index updates manually and programmatically, and to programmatically add newly created items to the index directly manually triggering an update via the web server incremental or full index applies to v7 and below http //{activateurl}/activate/search/searchdiagnostics aspx via the test tool within activate administrator – full index only applies to v6 2 and above full index only programmatically – incremental, full index or add an item to the index incremental or full index innovation activate query activateftsearch updateindex( bfull ) bfull = true; full index bfull = false; incremental index adding an item to the index innovation activate query activateftsearch addtoindex( provisioningdirectoryentry );