Loading...
 
Features / Usability

Features / Usability


Re: Setting Cron Job for Search

posts: 113 Ireland

Now I understand the question. I actually never manually use this, as I let the system incrementally index the search table. Take a look at the tiki_searchindex table in the database. That is where all of the results of this search are stored. If you sort by last_update, you can see how it is incrementally building the index. If you have a site that is fairly stable, I would suggest that you let the system do the index.

If you manually refresh the index, it can exceed the php time limit on a large site. If your site is changing significantly, then I guess a cron job might be used. The Search Admin page states there is a sample file in the source tree (doc/devtools/batch_refresh_indexes_tikisearch.php), but it is not there.

gg

There are no comments at this time.