WLJS LogoWLJS Notebook

CreateSearchIndex

CreateSearchIndex[dir] creates a search index from all files in the directory dir and its subdirectories.

CreateSearchIndex[{source1, source2, ...}] creates a search index from all sources sourcei.

CreateSearchIndex[sources, "name"] gives the search index the specified name.

CreateSearchIndex[] creates an empty search index, which can be added to with AddToSearchIndex.

Examples

Create a search index from a directory:

CreateSearchIndex["/path/to/docs"]

Please visit the official Wolfram Language Reference for more details.

On this page