Procedural File: refresh_functions.php
Source Location: d:\website\PhpDocumentor\/search/refresh_functions.php
Page Details:
$Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.29 2006/12/26 17:10:46 squareing Exp $
Copyright (c) 2004 bitweaver.org Copyright (c) 2003 tikwiki.org Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. All Rights Reserved. See copyright.txt for details and a complete list of authors. Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details $Id: refresh_functions.php,v 1.29 2006/12/26 17:10:46 squareing Exp $
Tags:
delete_index [line 138]
void delete_index(
$pContentId)
|
|
Parameters
delete_index_content_type [line 168]
void delete_index_content_type(
$pContentType)
|
|
Parameters
delete_search_words_and_syllables [line 162]
void delete_search_words_and_syllables(
)
|
|
insert_index [line 146]
void insert_index(
&$words, $location, $pContentId)
|
|
Parameters
| |
&$words |
|
| |
$location |
|
| |
$pContentId |
|
prepare_words [line 123]
void prepare_words(
$data)
|
|
Parameters
random_refresh_index [line 27]
void random_refresh_index(
[ $pContentType = ""])
|
|
random_refresh_index_comments I believe these functiions are from tiki. They are called every x refreshes of a browser. They appear to pick a random wiki page, comment, blog or article and index it. With the exception of blogs (blog headers not blog posts) they pick the content_id and pass it to refresh_index() to do the work.
Parameters
random_refresh_index_blogs [line 85]
void random_refresh_index_blogs(
)
|
|
rebuild_index [line 180]
void rebuild_index(
$pContentType, [ $pUnindexedOnly = false])
|
|
Parameters
| |
$pContentType |
|
| |
$pUnindexedOnly |
|
refresh_index [line 62]
void refresh_index(
[ $pContentObject = null])
|
|
Parameters
refresh_index_blogs [line 99]
void refresh_index_blogs(
[ $pBlogId = 0])
|
|
Parameters
refresh_index_oldest [line 114]
void refresh_index_oldest(
)
|
|
|