On Tue, Oct 27, 2009 at 8:44 AM, Jérôme Etévé <jerome.et...@gmail.com> wrote: > I don't really get why these two tokens are subsequently put together > in a phrase query.
That's the way the Lucene query parser has always worked... phrase queries are made if multiple tokens are produced from one field query. > In solr 1.3, it didn't seem to be a problem though. title:"d affaire" > matches document where title contains "d'affaire" and all is fine. This should not have changed between 1.3 and 1.4... What's the fieldType and it's definition for your title field? -Yonik http://www.lucidimagination.com