Re: Question about relevance

2010-01-08 Thread Erik Hatcher
One technique I've seen commonly used is to index both stemmed and unstemmed fields, and during search query both and boost the unstemmed field matches higher. Erik On Jan 8, 2010, at 4:05 AM, Yannick Caillaux wrote: Hi, I index 2 documents. the first contains the word "Wallis" in

Question about relevance

2010-01-08 Thread Yannick Caillaux
Hi, I index 2 documents. the first contains the word "Wallis" in the title field. The second has the same title but "Wallis" is replaced by "Wall". I execute the query : "title:wallis" During the search, "Wallis" is cut by the FrenchAnalyzer and becomes "wall". So the two documents are results