Zend search lucene : Analyzer

1 message Options
Embed this post
Permalink
sareha

Zend search lucene : Analyzer

Reply Threaded More More options
Print post
Permalink
Hi,
    Is it possible to set analyzer for each field in zend search lucene (similar to per-field analyzer in lucene) ? I need stemming analyzer only for one field and common text analyzer for other fields. How could this be done?

Currently used code is

Zend_Search_Lucene_Analysis_Analyzer::setDefault(new StandardAnalyzer_Analyzer_Standard_English());

Thanks,
Sareha.