11-07-2012, 09:02 PM
Kafran, just an aware: Pay atention to excecution times... I have about 2500 files stored, and Full text index takes hours!
In order to surpass this problem, open the Lucene file "IndexedDocument.php" to add this line in it: ini_set('max_execution_time', 3600);
Careful, your server should have another excecution time, example: IIS7 hace a CGI section where you must change the number. 3600 seconds is the maximum timeout for IIS7.
Hope it helped! ¿I'm writing english well? It's hard to think in spanish and write english! xD
Regards!
In order to surpass this problem, open the Lucene file "IndexedDocument.php" to add this line in it: ini_set('max_execution_time', 3600);
Careful, your server should have another excecution time, example: IIS7 hace a CGI section where you must change the number. 3600 seconds is the maximum timeout for IIS7.
Hope it helped! ¿I'm writing english well? It's hard to think in spanish and write english! xD
Regards!