Skip to content

Python client does not allow to create Text field with noindex #34

@nhapq

Description

@nhapq

While we can create a noindex nosterm textfield by directly executing on redis-cli:

127.0.0.1:6379> FT.CREATE testidx SCHEMA name TEXT NOSTEM NOINDEX
OK
But Python Client does not allow us to do that, it raises exception:
Non-Sortable non-Indexable fields are ignored

https://github.com/RediSearch/redisearch-py/blob/master/redisearch/client.py

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions