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

Async searches accross multiple indexes not working even though there is no such limitation in redisearch #174

Open
iegoshin opened this issue Dec 3, 2021 · 0 comments

Comments

@iegoshin
Copy link

iegoshin commented Dec 3, 2021

These is an issue with usage of io.redisearch.client.Client:
Why client object is limited with usage of only one indexName?
What if you need to run asynchronous searches across multiple indexes (using searchBatch)? Or just use that object to run multiple queries for difeerent indexes without a need to create multiple objects and establish multiple connections to server.
indexName should be moved from Client object to each method parameters like createIndex and to the Query object.

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

1 participant