gherson
2008-01-02 21:56:06 UTC
I'm developing a Zend_Search_Lucene-powered text search feature for my
intranet. I'm currently rebuilding my index ~daily to get past symptoms:
1. Luke becomes unable to open the index, instead returning, e.g.,
"\\storage01\Store_01\Sites_02\INDEXES\MainIndex\_l.cfs (The system cannot
find the file specified)".
2. Line
Zend_Search_Lucene::open("$IndexPath/MainIndex")
hangs.
If I had to guess I'd say my problem starts when >1 PHP scripts try
accessing the index simultaneously (which I read is allowed).
The only thing special before the index open command is
Zend_Search_Lucene_Analysis_Analyzer::setDefault(new
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());
Platform is WinXP Pro, PHP Version 5.2.4, "Apache/2.2.6 (Win32) DAV/2", Zend
Framework 1.0.2.
TIA,
George Herson
intranet. I'm currently rebuilding my index ~daily to get past symptoms:
1. Luke becomes unable to open the index, instead returning, e.g.,
"\\storage01\Store_01\Sites_02\INDEXES\MainIndex\_l.cfs (The system cannot
find the file specified)".
2. Line
Zend_Search_Lucene::open("$IndexPath/MainIndex")
hangs.
If I had to guess I'd say my problem starts when >1 PHP scripts try
accessing the index simultaneously (which I read is allowed).
The only thing special before the index open command is
Zend_Search_Lucene_Analysis_Analyzer::setDefault(new
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());
Platform is WinXP Pro, PHP Version 5.2.4, "Apache/2.2.6 (Win32) DAV/2", Zend
Framework 1.0.2.
TIA,
George Herson
--
View this message in context: http://www.nabble.com/possible-index-corruption-tp14587058s16154p14587058.html
Sent from the Zend MFS mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/possible-index-corruption-tp14587058s16154p14587058.html
Sent from the Zend MFS mailing list archive at Nabble.com.