WLJS LogoWLJS Notebook

DeleteSearchIndex

DeleteSearchIndex[obj] deletes the search index represented by the search index object obj.

DeleteSearchIndex["name"] deletes the search index with the specified name in the SearchIndices[] list.

Examples

Delete a search index:

DeleteSearchIndex["myindex"]

Please visit the official Wolfram Language Reference for more details.

On this page