> what about, if a search string starts with "$o$" ? this is
> not recognized by
> dismax too, right? Is there another filter I have to use?
I don't fully follow your question but it seems that you want to search special
characters too? With raw or term query parser plugin you can do that.
htt
solr-user@lucene.apache.org
Betreff: Re: AW: Problem using double quotes in search string
> 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 us
> 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
>
etting 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 g
> 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
>
Hi,
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 w