Am 27.06.2011 15:56, schrieb Jihed Amine Maaref:
> - normalizedContents:(EDOUAR* AND une) doesn't return anything

This was discussed few days ago:

http://lucene.472066.n3.nabble.com/Conflict-in-wildcard-query-and-spellchecker-in-solr-search-tt3095198.html

> - normalizedContents:(edouar* AND un) returns the result (although there's
> no "un" word)
> - normalizedContents:(edouar* AND uned) returns the result (although there's
> no "uned" word)

"text" fields are stemmed (solr.SnowballPorterFilterFactory does this,
have a look at your schema.xml). So, both "une" and "uned" result to "un".

-Kuli

Reply via email to