Hi,

does that effect my result list? Because if i use the  dismax, and type into
my search field the title "blue on blue" (without quotes), I get this
product as a first result. If I use dismax without boosting and search for
"blue on blue" (without quotes) I'm not getting this result in the first 10
shown items.

Thanks
Ramo

-----Ursprüngliche Nachricht-----
Von: Ahmet Arslan [mailto:iori...@yahoo.com] 
Gesendet: Donnerstag, 1. März 2012 10:56
An: solr-user@lucene.apache.org
Betreff: Re: Problem using double quotes in search string

 
> I've got an issue when searching with a searchtstring
> like:  'title:"Blue"
> on "Blu' . the original searchstring is: 'title:"Blue" on "Blue"' and 
> this works well. If I now delete the last double quote and the "e" 
> than I get the error below. Is there any filter that can handle such 
> searches which I have to configure?

This is about query parser. " is a special character.

dismax query parser strips unbalanced quotes. 
http://www.lucidimagination.com/blog/2010/05/23/whats-a-dismax/

Reply via email to