Jump to content

Topic on Project:Support desk/Flow

Does Manual:searchindex_table used in MW 1.27 when elasticsearch enabled?

3
Deletedaccount4567435 (talkcontribs)
87.123.56.23 (talkcontribs)

The extension code does not contain any mention of the searchindex table. So I would guess that a. it does not modify how this table is used and b. it does not prevent MediaWiki from storing/updating records inside that table when a page is changed.

But you can check that easily: Truncate the table and then edit and save a page. If a record gets added to the searchindex table, then this table obviously is still in use. Then use the rebuildall.php maintenance script to populate the table again.

Ciencia Al Poder (talkcontribs)

I'm pretty sure Elasticsearch uses it's own database engine for performing searches.