WLJS LogoWLJS Notebook

CreateSemanticSearchIndex

CreateSemanticSearchIndex[source] creates a search index from the data in source.

CreateSemanticSearchIndex[{source1, ...}] creates a search index with a collection of sources sourcei.

CreateSemanticSearchIndex[{source1 -> val1, ...}] associates the source sourcei to the value vali.

CreateSemanticSearchIndex[data, "name"] gives the search index the specified name.

Examples

Create a semantic search index:

CreateSemanticSearchIndex[{"text1", "text2", "text3"}]

Please visit the official Wolfram Language Reference for more details.

On this page