You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: