Hello there,

I have an index generated by Apache Lucene, and I'd like to access it with
Zend_Search_Lucene, but only for searching.
When I give PHP write access to the index, it works flawless, but I don't
want it to have write access.
But when I take away the write access, I get an error because
Zend_Search_Lucene tries to create a lock-file called 'read.lock.file'.

Can I somehow switch this behaviour off? I only want to read the index, so I
don't think the lock-file would be necessary.

Thanks for your help!
-- 
View this message in context: 
http://www.nabble.com/Zend_Search_Lucene%3A-Read-only-access-to-index--tp25232681p25232681.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to