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 >