Read the source.
Every key, every flag, every default in these docs comes out of the Rust crates under engine/crates/. If the docs and the code disagree, the code is right. File a bug; we'll reconcile the docs.
Playbooks
The top Elasticsearch use cases, written as complete recipes: a schema, an ingest command, a query, and the dashboard to visualize it.
Detect auth spikes, top attacker IPs, and anomalies at millions of events per second.
02 Log AnalyticsNginx, JSON, syslog, OTLP — ingest at line rate, query hot logs, drop cold to cheap storage.
03 Vector · RAGEmbed, index with HNSW, retrieve with hybrid BM25 + kNN. 1B vectors on one box.
04 Full-Text SearchClassic inverted-index search with BM25, analyzers, highlighters, and query-time boosting.
05 ObservabilityMetrics + traces + logs as one queryable store. Prometheus scrape endpoint built in.
Start here
New to XERJ? Pick a path below. The quickstart is the fastest way to see something work; the install guide is for a real deployment.
Source · engine/README.md · engine/xerj.default.toml · engine/crates/*