Hi I'm not sure how stemming works. I have enabled...
# community-help
g
Hi I'm not sure how stemming works. I have enabled it with
stem:true
on my field. First, how does it behave regarding to num_typo ? Here are 3 documents: "chocolats noirs" "fèves de chocolats" "beignets chocolat" With this query
q=chocolats
I thought it would have considered the 3 documents. Only "chocolats noirs" and "fèves de chocolats" are returned because of exact match I guess. I would like it match all 3 documents without touching
typo_tokens_threshold
or
exhaustive_search
. How should I configure the query so the singular/plural would give both a kind of exact match. Thanks for clarifications