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
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