Her Erick, thanks for reply. Analysis is a good point I tried "hd+" at the Field Value and you were right:
ST text hd raw_bytes [68 64] start 0 end 2 positionLength 1 type <ALPHANUM> position 1 So how can I prevent e.g. the ST (standartTokenizer) to remove thepus sign? An suggestions? thanks -----Ursprüngliche Nachricht----- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Donnerstag, 3. August 2017 16:46 An: solr-user Betreff: Re: plus sign in request / looking for + in title Take a look at your analysis chain. My bet is that the + is being stripped by some part of the chain. See the admin UI>>analysis page. Best, Erick On Aug 3, 2017 06:47, "d.ku...@technisat.de" <d.ku...@technisat.de> wrote: > Hey, > > in our title we are having a word named "hd+". > Now I want to do a query right on these word, but if I do so, solr is > just looking for "hd" and ignoring the plus sign. But I relay need to > search for the whole string Of course I did a url encode for the plus > sign: > > q=title:hd%2B > > Can please anyone tell me, how to search for the plus sign "+"? > > thanks > > David >