The health endpoint provides a simple liveness check for the search service. It returns immediately with a fixed JSON response and does not validate connectivity to Hazelcast or the state of the inverted index. Use it to confirm that the HTTP server process is up and reachable. The endpoint is available both directly on port 7003 and through the Nginx reverse proxy on port 8080.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GuancheData/stage_3/llms.txt
Use this file to discover all available pages before exploring further.
Requests
Via Nginx (port 8080):Response
HTTP 200
Always
"healthy" when the service is running and accepting requests.Always
"execute". Identifies this as the search execution service, distinct from other services in the cluster.