I did a test to see if item is added to the index after it is added. I removed my code:
PHP Code:
//$data['nodeid'] = $nodeid;
//$data['pagetext'] = $pagetext;
//vB_Search_Indexcontroller_QueueProcessor::indexNow('vbcms', 'article','index', $data);
I added an article and it was not found using search.
I added the param for keywords and that works great.
However, I don't see a method for associating tags vs keywords. I am referring to the tags that form the basis for tag cloud.
--------------- Added [DATE]1289654370[/DATE] at [TIME]1289654370[/TIME] ---------------
I was mistaken. My code to immediately update index with new article is wrong. It isn't working. I also tried Verify and Repair Node Table.