I posted a long story http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/ibm-omnifind-yahoo-edition-797.html here so I'll keep this short.
In Zend Framework 1.5 it appears that there is a bug in the _loadNorm($fieldNum) method of Zend_Search_Lucene_Index_SegmentInfo. Rather than taking the value of the passed $fieldNum the function ignores it and loops over the $this->_fields array loading ALL of the fields. This is corrupting the $_norms array by adding empty elements to the array. I do not yet have permission to post this to the Issue tracker so I'll mention it here... When I made the correction illustrated in the other post I was able to query any of my IBM Omnifind collections and return results identical to what Omnifind returns! thanks jim sloan -- View this message in context: http://www.nabble.com/Zend_Search_Lucene_Index_SegmentInfo-bug--tp16447089p16447089.html Sent from the Zend Framework mailing list archive at Nabble.com.
