RediSearch / JRediSearch

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

how to use SCORER with Query #122

Closed haochencheng closed 4 years ago

haochencheng commented 4 years ago

i use like this but it does not work.

 Query query = new Query("@train_query:(donald | trump) SCORER TFIDF.DOCNORM").limit(0, 300);
gkorland commented 4 years ago

@haochencheng custom SCORER is not supported in this version of JRediSearch, I just submitted a PR to add this support https://github.com/RediSearch/JRediSearch/pull/123

haochencheng commented 4 years ago

@haochencheng custom SCORER is not supported in this version of JRediSearch, I just submitted a PR to add this support #123

nice job !I appreciate your support 😃