drupal - Search index doesn't work -


i having issue while indexing site. ran cron multiple times 1day ago update 16000 nodes search index. worked fine till 73%. after 73% stopped indexing. next day re-indexed search , tried run cron beginning, search index remained 0%. have tried removing cache , few more minimal tasks , ran cron again still @ 0%.

can 1 me on this?

have enabled module or made change (after 73% of indexing)?

check error log, might answer there. generally, because of oom. so, increasing memory limit in php.ini can help.

you can increase memory limit settings.php file adding following line: ini_set('memory_limit', '225m');


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -