start
Start the HTTP service. This method blocks until the server is shut down (e.g., via SIGINT). The service exposes search, health check, and index reload endpoints.
Parameters
host
Host address to bind to.
port
Port to bind to. Defaults to the port set in the constructor.
ssl_cert
Path to an SSL certificate file for HTTPS. Overrides environment settings.
ssl_key
Path to an SSL key file for HTTPS. Overrides environment settings.
Returns
None — This method blocks and does not return until the server is stopped.