JRediSearch icon indicating copy to clipboard operation
JRediSearch copied to clipboard

Java Client for RediSearch

Results 29 JRediSearch issues
Sort by recently updated
recently updated
newest added

What is your plan regarding Vector field support? Tnx

I am using Redisearch through jredisearch api for storing the data in Redisearch Indexes. Please help me know about the connection to Redis operations which we do using new Client()...

help wanted

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade redis.clients:jedis from 3.7.1 to 4.2.1. :information_source: Keep your dependencies up-to-date....

Add support for LOAD * which loads all fields on FT.AGGREGATE whit and AggregationBuilder.

The current implementation of "dropIndex" method, sends to Redis the FT.DROP command, not the FT.DROPINDEX. The difference is that FT.DROP command delete all documents in the index (tested with JSON...

Snyk has created this PR to upgrade org.json:json from 20210307 to 20211205. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Hi, I am loading around 1million record into RediSearch. During the data load, I get following exception, redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.jedis.util.Pool.getResource(Pool.java:84) at redis.clients.jedis.JedisSentinelPool.getResource(JedisSentinelPool.java:310)...

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...

Ref https://github.com/RediSearch/JRediSearch/issues/166#issuecomment-924669695