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
What analyzers are you using? Many analyzers (both index and query time) will remove non-alpha characters. Best Erick On Feb 7, 2008 1:14 PM, nithyavembu <[EMAIL PROTECTED]> wrote: > > Hi All, > > Now i am facing problem in special character search. > I tried with the following special charact