stemming
Import a stemming dictionary
Upload a JSONL file containing word mappings to create or update a stemming dictionary.
post/stemming/dictionaries/import
Query parameters
idstring required
The ID to assign to the dictionary
Request body
string required
Example request
"{\"word\": \"people\", \"root\": \"person\"}\n{\"word\": \"children\", \"root\": \"child\"}\n"Response
Dictionary successfully imported