lettusearch icon indicating copy to clipboard operation
lettusearch copied to clipboard

Lettuce-based client for RediSearch

Results 3 lettusearch issues
Sort by recently updated
recently updated
newest added

Add support for LOAD * which loads all fields on FT.AGGREGATE whit and AggregateOptions.builder().loads()

`FT.CREATE FT.CREATE" "group-idx" "PREFIX" "1" "group:" "SCHEMA" "TAG" "location.country" AS "country"` It 'll be grate to have possability make smth like: `Field.tag("location.country").alias("country").build();`

For Chinese support in Redisearch, we need to add document to index by specifying language as Chinese. But did not found any option to specify the language. @Reference : https://oss.redis.com/redisearch/Chinese/