Try using telling the QueryParser to use a PerFieldAnalyzer with the
KeywordAnalyzer configured for the fields you left UN_TOKENIZED and see if
that helps.
It helps!!! I wrapped (with PerFieldAnalyzerWrapper) KeywordAnalyzer as default analyzer and SnowballAnalyzer only for the field that I need to be tokenized. You solved my problem!!!

Thank you all very much!

Regards,

Lorenzo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to