RediSearch / redisearch-py

RediSearch python client

Home Page:https://redisearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way to specify the default score

abrookins opened this issue · comments

FT.CREATE accepts a SCORE parameter that controls the default score for documents, but redisearch-py's create_index() command doesn't appear to support that parameter.

Looks like the way to do this is IndexDefinition:

SCORE = 'SCORE'