Adds a set of results to the built-in indexer to be searchable, execute() is called with the id and payload provided.
A unique ID which you can later use to remove or modify this addition
The entry or entries to be added
Adds a synchronous callback function to the built-in indexer, should return dynamic values to be used with the indexer
A unique ID which you can later use to remove or modify this addition
The callback function, this will be called synchronously
Removes the set of results added with the given key
A unique ID which you can later use to remove or modify this addition
Generated using TypeDoc
Add items to the Indexer that are known ahead of time. e.g. Shortcuts, urls, files, etc.
These are added to the global list of IndexedResult items and are searched automatically by Hain.
v0.6