Hey,
Sorry for the late answer.
Thanks for your help, i started with a wildcard after your advice, by
adding it automatically
when i build the request in my code.
But then, i found the n-gram filter, which is much appropriate for my use
case until i have
no performance issue ;-)
Thanks again.
C
> And when i search for "soph", i only get "Sophie" in the
> results and not "Sophia".
Do you want your query q=soph to return both Sophie and Sophia?
If that's the case then you can use wildcard queries. q=soph*
Also you didn't provide field definition type="text". It seems that you have
stemmi