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
r 2014 20:57
> To: solr-user@lucene.apache.org
> Subject: search query text field with Comma
>
> 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 "
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