Discover Packages
github.com/togo-framework/search-elasticsearch
package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 22, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
search-elasticsearch
Elasticsearch / OpenSearch driver for togo search
(both share the index/_search API).
togo install togo-framework/search
togo install togo-framework/search-elasticsearch
Set SEARCH_DRIVER=elasticsearch (or opensearch) and SEARCH_URL (e.g. http://localhost:9200 ),
optional SEARCH_USERNAME/SEARCH_PASSWORD.
Expand ▾
Collapse ▴
Documentation
¶
Package elasticsearch is an Elasticsearch/OpenSearch driver for togo search.
Both engines share the index/_doc and _search REST API, so one driver serves
both (registered as "elasticsearch" and "opensearch"). HTTP only — no SDK.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.