The dblogd.conf file uses the following variables to specify the update process.
Events are
file modifications events as posted to the
webdblog file (the event processed by the
dblogd.conf). Metadata changes are tagged as 1 event point, file creation, rename, copy, and make directory events are tagged as 1 event point unless they come from the Portal File Manager where they are tagged as 5 event points. Uploads are tagged as 25 event points, so the uploaded files are displayed as soon as possible.
An Event Threshold causes the Solr update to happen before the Maximum interval has passed, if the number of events is greater than
SolrEventThresh, during the time between the Minimum and Maximum.
CAUTION: Reducing the time values for Solr indexing may affect the performance of Xinet if you have a large database.
Administrators can removed index entries of deleted files from their Solr Database to improve the performance of Quick Search and browsing. Setting a schedule to clear deleted files from the Solr Database index is done by setting your own
solrutil -purgedeleted schedule in the
dblogd.config file. Without this setting, the purge is scheduled to happen Mondays at midnight.
Important: Schedule your Solr Database purge process to remove unwanted index entries of deleted files before scheduling a backup or periodic sync and table checks to avoid CPU performance issues. For more information, see
Setting your own Schedule to Purge Deleted Files From your Solr Database.
Note: Don’t get confused about the -purgedeleted option
. As mentioned above,
solrutil -purgedeleted option applies to purging deleted files in the Solr Database. The option
dbmgr -purgedeleted purges the Xinet database (Venture). In addition, when you run the
solrutil -purgedelete option, it runs independently from other processes (for example,
dblogd).