Build searchable documentation database
builddocsearchdb(
builds
a searchable database, also referred to as a search index, from HTML
files in the specified folder. folder
)
The builddocsearchdb
function creates a subfolder, helpsearch-v3
,
to contain the database files. The database enables MATLAB® to
search for content within the HTML files assuming the MATLAB version
is the same version used to create the database.
Beginning with MATLAB R2014b, you can maintain search indexes
side by side. For instance, if you already have a search index for MATLAB R2014a
or earlier, run builddocsearchdb
against your
help files using MATLAB R2014b or later. Then, when you run any MATLAB release,
the help browser automatically uses the appropriate index for searching
your documentation database.