Skip to content

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

@iegoshin

Description

@iegoshin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions