ZF-4979: Office XML components don't index non-English documents
Description
Notice is out while indexing: {panel} Notice: iconv() [function.iconv]: Detected an illegal character in input string in C:\Projects\framework\library\Zend\Search\Lucene\Analysis\Analyzer\Common\Text.php on line 56 {panel}
Text (including English text) is not searcheble.
If Utf-8 analyzer is used, then script stops with the following output: {panel} Notice: iconv() [function.iconv]: Detected an illegal character in input string in C:\Projects\framework\library\Zend\Search\Lucene\Analysis\Analyzer\Common\Utf8.php on line 76 Fatal error: Maximum execution time of 30 seconds exceeded in C:\Projects\framework\library\Zend\Search\Lucene\Analysis\Analyzer\Common\Utf8.php on line 95 {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2008-11-19T08:56:31.000+0000
Fixed.
Another part of the problem is extrimely slow work of analazers. See [ZF-3380]