$section
$section :
indexItem( $record, $title, $digest, $tags, $ressourceUrl)
adds or updates an item to the search index. This function should be called in the postStore() and postRestore() functions of the related dbRecord instance
$record | the dbRecord subclass to index |
|
$title | the title of the ressource wich will appear in the search results |
|
$digest | a prepared plain text digest of the text data to be indexed. HTML tags must be stripped out ! |
|
$tags | semantics tags associated with the record entry, separated by comas or spaces |
|
$ressourceUrl | relative path including url parameters from the website root used to access the page holding the record data |