Hi guys!
I you construct vectors for the words "gato", "gatos", "gata", "gatas", all have the same lexema {gat}
Then the search "gato" that is to say the search {gat} matches with all previous vectors.
There some way (configuration, query....) to match only for "gato" and avoid "gatos" "gata" "gatas", with FTS ??
Or match only for "gato" "gatos" buy no for "gata" "gatas"?
Tnks!