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