Procedural File: refresh_functions.php
Source Location: /search/refresh_functions.php
Page Details:
$Header$
Tags:
delete_index [line 109]
void delete_index(
$pContentId)
|
|
Parameters
delete_index_content_type [line 139]
void delete_index_content_type(
$pContentType)
|
|
Parameters
delete_search_words_and_syllables [line 133]
void delete_search_words_and_syllables(
)
|
|
insert_index [line 117]
void insert_index(
&$words, $location, $pContentId)
|
|
Parameters
|
&$words |
|
|
$location |
|
|
$pContentId |
|
prepare_words [line 94]
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
rebuild_index [line 151]
void rebuild_index(
$pContentType, [ $pUnindexedOnly = false])
|
|
Parameters
|
$pContentType |
|
|
$pUnindexedOnly |
|
refresh_index [line 65]
void refresh_index(
[ $pContentObject = null])
|
|
Parameters
refresh_index_oldest [line 85]
void refresh_index_oldest(
)
|
|
|
|