Re: search query text field with Comma

2014-10-06 Thread Sven Maurmann
Dear Ravi, this is most likely the consequence of the analyzer-configuration: If you tokenize your text without removing the commas (and other punctuation), the comma right after the word "Series" will be part of the resulting token. You should check the configuration and make sure you use the a

RE: search query text field with Comma

2014-10-06 Thread Markus Jelsma
Hi - you are probably using the WhitespaceTokenizer without a WordDelimiterFilter. Consider using the StandardTokenizer or add the WordDelimiterFilter. Markus -Original message- > From:EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) > > Sent: Monday 6th October 2014 20: