Thank you for RedisGraph.
I understand that the fulltext search in RedisGraph is powered by RediSearch.
How can I get the scores (tfidf or otherwise) of the search results?
Eg. CALL db.idx.fulltext.queryNodes('movie', 'Book') YIELD node RETURN node.title
Would it be possible to get the following?
“The Jungle Book” - score 0.8
“The Book of Life” - score 0.5
Hi,
that information is available to RedisGraph, we’re not exposing it at the moment, should be an easy addition, would you mind opening a github issue here