RediSearch / JRediSearch

Java Client for RediSearch
https://redisearch.io
BSD 2-Clause "Simplified" License
141 stars 62 forks source link

what does the totalResults of AggregateResult stand for? #178

Closed chenlizhao closed 2 years ago

chenlizhao commented 2 years ago

when I use AggregationBuilder r = new AggregationBuilder(q).apply(xxx).filter(yyy).limit(0,10), the totalResults is 9, but the results array is empty, why they are inconsistent?

sazzad16 commented 2 years ago

@chenlizhao What do you see when you query from other client, i.e. redis-cli.

gkorland commented 2 years ago

ref https://github.com/RediSearch/RediSearch/issues/2497

chenlizhao commented 2 years ago

@chenlizhao What do you see when you query from other client, i.e. redis-cli.

it is not related with java cilent, sorry for that!