Expand description
These contain the server “cores”. These are able to startup the server (bootstrap) to a running state and then execute tasks. This is where modules are logically ordered based on their depenedncies for execution. Some of these are task-only i.e. reindexing, and some of these launch the server into a fully operational state (https, ldap, etc).
Generally, this is the “entry point” where the server begins to run, and
the entry point for all client traffic which is then directed to the
various actors
.
Modules§
- admin
- config
- The server configuration as processed from the startup wrapper. This controls a number of variables that determine how our backends, query server, and frontends are configured.
Structs§
Enums§
Functions§
- backup_
server_ core - cert_
generate_ core - create_
server_ core - dbscan_
get_ id2entry_ core - dbscan_
list_ id2entry_ core - dbscan_
list_ index_ analysis_ core - dbscan_
list_ index_ core - dbscan_
list_ indexes_ core - dbscan_
list_ quarantined_ core - dbscan_
quarantine_ id2entry_ core - dbscan_
restore_ quarantined_ core - domain_
rename_ core - reindex_
server_ core - restore_
server_ core - vacuum_
server_ core - verify_
server_ core