We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stem_dictionary
1 parent 6c0a52e commit ca6d662Copy full SHA for ca6d662
src/typesense/types/collection.py
@@ -77,6 +77,7 @@ class CollectionFieldSchema(typing.Generic[_TType], typing.TypedDict, total=Fals
77
optional: typing.NotRequired[bool]
78
infix: typing.NotRequired[bool]
79
stem: typing.NotRequired[bool]
80
+ stem_dictionary: typing.NotRequired[str]
81
locale: typing.NotRequired[Locales]
82
sort: typing.NotRequired[bool]
83
store: typing.NotRequired[bool]
0 commit comments