ZF-1762: Wildcard queries produce error on very short segments
Description
Error message:
Fatal error: Call to a member function seek() on a non-object in /home/cawa/ZendFramework/trunk/library/Zend/Search/Lucene/Index/SegmentInfo.php on line 1097
The problem is caused by term dictionary closing because of the end of terms stream reaching.
Comments
Posted by Alexander Veremyev (alexander) on 2007-07-24T12:58:00.000+0000
Fixed.