Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxw/elasticpress-on-opensearch
A WordPress plugin to make ElasticPress OpenSearch-compatible
https://github.com/dxw/elasticpress-on-opensearch
govpress wordpress-plugin
Last synced: 10 days ago
JSON representation
A WordPress plugin to make ElasticPress OpenSearch-compatible
- Host: GitHub
- URL: https://github.com/dxw/elasticpress-on-opensearch
- Owner: dxw
- Created: 2023-11-15T17:02:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:05:12.000Z (4 months ago)
- Last Synced: 2024-08-20T11:11:29.180Z (4 months ago)
- Topics: govpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ElasticPress on OpenSearch
We use OpenSearch on a number of our projects, as an open source alternative to
ElasticSearch.We also use ElasticPress as a WordPress plugin to talk to OpenSearch. However,
ElasticPress currently assumes that it is talking to an ElasticSearch instance.
Therefore, when OpenSearch reports back its version to ElasticPress, this causes
issues as OpenSearch and ElasticSearch version numbers do not align.This plugin hooks into ElasticPress to make it think a suitable ElasticSearch version
number has been reported back, therefore causing ElasticPress to behave correctly.## More information
See [10up's documentation of this issue](https://elasticpress.zendesk.com/hc/en-us/articles/16677288265741-Compatibility),
and our [NAO PR when we first encountered this issue](https://github.com/dxw/nao/pull/192).