Hi Kuzma, 
I also use Lucene on a project of mine, 
actually I have almost 3000 ( three thousand ) records, 
if I try to reindex all the documents in a row,  I get errors.

The solution that worked for me was to add the limit clause to the query, 
I thought that even if you have thousand records there is no problem adding
them to 
the index in different steps.

You can pass count and offset parameters using GET.

What do you think?

Bye

Sergio

-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Lucene-reindex-problem-tp3055702p3062892.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to