API docs: codeintel: add OOB migration to index API docs for search
Created by: slimsag
Depends on #25206
This adds an OOB migration which will begin indexing historical LSIF uploads for API docs search by pulling bundle data from the lsif_data_documentation_pages
table and writing it to the new lsif_data_documentation_search_*
tables.
This is a one-time operation and, after a few Sourcegraph versions, this OOB migration will be removed (as well as the temporary search_indexed
column on lsif_data_documentation_pages
).
See the architecture docs added in #25197 for more details.
Helps #25193
Signed-off-by: Stephen Gutekanst [email protected]