Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Question: Integration with Amazon Opensearch Service #7

Open
deshruch opened this issue Dec 19, 2023 · 2 comments
Open

Dev Question: Integration with Amazon Opensearch Service #7

deshruch opened this issue Dec 19, 2023 · 2 comments

Comments

@deshruch
Copy link

deshruch commented Dec 19, 2023

Is there any documentation/examples on how querqy-unplugged could work with Amazon OpenSearch - managed search engine? Is it supported?
This statement does not make it very clear:
Querqy-Unplugged currently is able to interact with Elasticsearch via its [Java API Client] and with Solr via its [JSON Query DSL]. However, the library is implemented in a way to minimize efforts to add support for additional approaches (e.g. Elasticsearch Query DSL) and search engines (e.g. OpenSearch).

@JohannesDaniel
Copy link
Collaborator

Hi @deshruch

querqy-unplugged does not support OpenSearch as of now - but the effort shouldn't be too much to adapt it. In the end it is about adapting these classes to OpenSearch:
https://github.com/querqy/querqy-unplugged/tree/main/library/src/main/java/querqy/converter/elasticsearch/javaclient

Let me think about this, probably I can contribute this in the next weeks.

@deshruch
Copy link
Author

@JohannesDaniel Thank you. We are building a search application that would greatly benefit from this contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants