Re: Search result not coming for normal special characters...

2008-02-11 Thread nithyavembu
Thanks Erick. I have tried with WhitespaceAnalyzer as you said. -> In my schema.xml i have removed the filter class "solr.WordDelimiterFilterFactory" for both indexing and querying. -> If i remove this, the special character search works fine. But i am unable to search for this scenario... ex

Re: Search result not coming for normal special characters...

2008-02-09 Thread Erick Erickson
When in doubt, use WhitespaceAnalyzer and build up from there. It's the simplest. Look at the Lucene docs for what the various analyzers do under the covers. Note: WhitespaceAnalyzer does NOT transform to lowercase, you have to do that yourself or compose your own analyzer. Erick On Feb 9, 2

Re: Search result not coming for normal special characters...

2008-02-09 Thread nithyavembu
Thanks Erick. Here i have attached the schema.xml. As you said, i have noticed and many analyzers are there. Can you please tell me which analyzer i have to avoid for this special character usage? http://www.nabble.com/file/p15369487/schema.xml schema.xml Thanks, nithya. What analyz

Re: Search result not coming for normal special characters...

2008-02-08 Thread Erick Erickson
Whether i have to change any congifuration in schema.xml? > I am using the same solrconfig.xml and schema.xml given by solr during > download. > If anyone know the solution and idea, please help me. > > with Regards, > nithya. > -- > View this message in context: > http://www.nabble.com/Search-result-not-coming-for-normal-special-characters...-tp15339827p15339827.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Search result not coming for normal special characters...

2008-02-07 Thread nithyavembu
i have to change any congifuration in schema.xml? I am using the same solrconfig.xml and schema.xml given by solr during download. If anyone know the solution and idea, please help me. with Regards, nithya. -- View this message in context: http://www.nabble.com/Search-result-not-coming-for-normal-sp