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.