- Publicity:
Public Only
All
apm-callback-procs.tcl
Procedures in this file
Detailed information
[
hide source ]
| [
make this
the default ]
Content File Source
namespace eval search {}
namespace eval search::install {}
d_proc -private search::install::after_instantiate {
-package_id:required
} {
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.
} {
if { [info procs search::init::schedule_indexer] ne "" } {
search::init::schedule_indexer
}
}