> Hi Ahmet, > > I believe its the WhitespaceTokenizerFactory, but i may be > wrong. > > I've pasted the schema.xml into http://pastie.org/616162 >
I looked at your field type named text. WordDelimiterFilterFactory is eating up '+' You can use .../solr/admin/analysis.jsp tool to see behaviour of each tokenizer/tokenfilter for particular input. But more importantly do you want to return documents containing 'product+' by searching '+'? You said you need to search for the character '+'. What that query supposed to return back?