OpenSearch Documentation Search
Search OpenSearch docs, blogs, and forum using the bundled script (Python 3.10+, no dependencies).
Usage
python scripts/search.py docs "k-NN"
python scripts/search.py blogs "performance" --limit 5
python scripts/search.py forum "cluster health"
Options: -v/--version (docs/blogs), -l/--limit, -o/--offset (docs/blogs)
Query Tips
- Version search: use dot notation (
"opensearch 3.5"), not hyphenated slug ("3-5") - Blog release posts: search
"opensearch {major}.{minor}"(e.g.,"opensearch 3.5") - The
-v/--versionflag filters documentation version, not blog post version. For blogs, include the version number in the query string itself.