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 analyzers are you using? Many analyzers (both index and
query time) will remove non-alpha characters.

Best
Erick


-- 
View this message in context: 
http://www.nabble.com/Search-with-the-characters-%28%21%2C%40%2C-%2C%24%2C-%2C%5E%2C-%2C*%2C%28%2C%29%2C%7B%2C%7D%2C-%2C-%29...-tp15339827p15369487.html
Sent from the Solr - User mailing list archive at Nabble.com.



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, 2008 3:03 AM, nithyavembu <[EMAIL PROTECTED]> wrote:

>
> 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 analyzers are you using? Many analyzers (both index and
> query time) will remove non-alpha characters.
>
> Best
> Erick
>
>
> --
> View this message in context:
> http://www.nabble.com/Search-with-the-characters-%28%21%2C%40%2C-%2C%24%2C-%2C%5E%2C-%2C*%2C%28%2C%29%2C%7B%2C%7D%2C-%2C-%29...-tp15339827p15369487.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>