search::install::after_instantiate (private)
search::install::after_instantiate -package_id package_id
Defined in packages/search/tcl/apm-callback-procs.tcl
Package after instantiation callback proc. Schedule the indexer so the admin doesn't have to restart their server to get search up and running after mounting it.
- Switches:
- -package_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # DRB: Unless it is being instantiated from initial install as specified by an install.xml # file, in which case the init file hasn't been sourced, and the user has to restart their # server anyway ... if { [info procs search::init::schedule_indexer] ne "" } { search::init::schedule_indexer }XQL Not present: Generic, PostgreSQL, Oracle