Opensearch Support #43
tiramisuliu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been experimenting the query-builder package with the official Opensearch PHP client and it has been giving me promising results, so far identical to Elasticsearch!
To add more datail, I have added 2 indexes with the same mappings; 1 in Elasticsearch and 1 in Opensearch. I then indexed the same set of documents to both indexes. Finally, I was able to search for the same subset of documents, with the same search query, using the modified elasticsearch-query-builder: https://github.com/tiramisuliu/elasticsearch-query-builder/pull/1/files
Questions:
Beta Was this translation helpful? Give feedback.
All reactions