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 appropriate analyzer (e.g. standard analyzer).
Best, Sven Am 06.10.2014 um 20:56 schrieb EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) <external.ravi.tamin...@us.bosch.com>: > Hi users, This is may be a basic question, but I am facing some trouble.. > > The scenario is , I have a text "Truck Series, 12V and 15V", if the user > search "Truck Series" it is not getting the row , but "Truck Series," is > working.. How can I get for search "Truck Series"..? > > Thanks > > Ravi >