You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by vighnesh <sv...@gmail.com> on 2011/10/03 08:22:07 UTC

solr searching for special characters?

Hi all,

I need to search special characters in solr . so
Is it possible to search special characters in solr ? 

--
View this message in context: http://lucene.472066.n3.nabble.com/solr-searching-for-special-characters-tp3388974p3388974.html
Sent from the Solr - User mailing list archive at Nabble.com.

RE: solr searching for special characters?

Posted by Ahmet Arslan <io...@yahoo.com>.
 
> how it is possible also explain me and which tokenizer
> class can support for
> finding the special characters .

Probably WhiteSpaceTokenizer will do the job for you. Plus you need to escape special characters (if you are using defType=lucene query parser).

Anyhow you need to provide us more details. 
http://wiki.apache.org/solr/UsingMailingLists

RE: solr searching for special characters?

Posted by vighnesh <sv...@gmail.com>.
thanks for giving replay 

how it is possible also explain me and which tokenizer class can support for
finding the special characters .

--
View this message in context: http://lucene.472066.n3.nabble.com/solr-searching-for-special-characters-tp3388974p3392157.html
Sent from the Solr - User mailing list archive at Nabble.com.

RE: solr searching for special characters?

Posted by Steven A Rowe <sa...@syr.edu>.
Yes.

> -----Original Message-----
> From: vighnesh [mailto:svighneshwar@gmail.com]
> Sent: Monday, October 03, 2011 2:22 AM
> To: solr-user@lucene.apache.org
> Subject: solr searching for special characters?
> 
> Hi all,
> 
> I need to search special characters in solr . so
> Is it possible to search special characters in solr ?
> 
> --
> View this message in context: http://lucene.472066.n3.nabble.com/solr-
> searching-for-special-characters-tp3388974p3388974.html
> Sent from the Solr - User mailing list archive at Nabble.com.