We run a ZF site that uses Lucene as the search engine. Recently it stopped
working and the only message I can get the system to show is

 [message:protected] => Largest supported segment size (for 32-bit mode) is
2Gb

However the site is a relatively small one and the indexes are nowhere near
2GB. I'm trying to optimize() the index via

$index = Zend_Search_Lucene::open('/www/site-name/staging/data/shopIndex');
$index->optimize();

But the above error message is triggered by the first line, so I can't get
to the optimize function. Does anyone know what causes this error (if the
index size is nowhere near 2GB) and how it could be fixed?
-- 
View this message in context: 
http://n4.nabble.com/Zend-Search-Lucene-issue-tp1099952p1099952.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to