What functions would be affected if I commented out the following code in "db/post-create.php"?

Post date: 2022-05-28 15:02:19
Views: 160

 What functions would be affected if I commented out the following code in "db/post-create.php"?

Is it can forbid to insert content words index into db? 

and is it will affact search funtion? 

As the content words index cost much time and much db space when posts in large num, so I want forbid index content words function, only leave other index funtion. Does can meet my requirement?

This question related to How to forbid index content when post questions - Question2Answer Q&A

/**

 * Add rows into the database content index, where $postid (of $type, with the antecedent $questionid)

 * has words as per the keys of $wordidcounts, and the corresponding number of those words in the values.

 * @param $postid

 * @param $type

 * @param $questionid

 * @param $wordidcounts

 */

function qa_db_contentwords_add_post_wordidcounts($postid, $type, $questionid, $wordidcounts)

{

if (count($wordidcounts)) {

$rowstoadd = array();

foreach ($wordidcounts as $wordid => $count) {

if ($count > QA_DB_MAX_WORD_COUNT) {

$count = QA_DB_MAX_WORD_COUNT;

}

$rowstoadd] = array($postid, $wordid, $count, $type, $questionid);

}

qa_db_query_sub(

'INSERT INTO ^contentwords (postid, wordid, count, type, questionid) VALUES #',

$rowstoadd

);

}

}

Please click Here to read the full story.
 
Other Top and Latest Questions:
CME CEO Terrence Duffy says the exchange operator will sue CFTC over perpetual futures
Inside India newsletter: Anthropic curbs ignite AI debate in India — efforts 'too slow, way too small'
'Passive' investors who dodged bitcoin are now forced to own SpaceX, which is three times more volatile
Stargate SG-1: Desparate Measures Rewatch
A Man on the Inside: Group Project
Trump and Iran's President Pezeshkian sign memorandum aimed to end war
Separating hobby and work
Stock futures rise as Fed hints at possible rate hike in 2026; Kospi hits over 9,000 for the first time: Live updates
How Elon Musk's second-in-command Gwynne Shotwell helped turn SpaceX into an IPO giant
Amazon AI exec predicts first 'commercially useful' quantum computers in 5-7 years