Zend search lucene : Analyzer

View: New views
1 Messages — Rating Filter:   Alert me  

Zend search lucene : Analyzer

by sareha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.