Discussion:
Zend search lucene : Analyzer
sareha
2008-07-21 12:04:16 UTC
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.
--
View this message in context: http://www.nabble.com/Zend-search-lucene-%3A-Analyzer-tp18567090p18567090.html
Sent from the Zend MFS mailing list archive at Nabble.com.
Loading...