import { Index } from 'meteor/easysearch:core'
new Index(configuration)
Constructor for creating an index.
index.search(searchDefinition, [options])
Search the index with the given search definition.
A search string (or object for mongo based engines) that defines what to search for.
index.getComponentDict([componentName])
Get a component dictionary that is a ReactiveDict used for searching by the EasySearch Components.
Name of the component as a string
index.getComponentMethods([componentName])
Returns an object of convenient methods for search that the EasySearch Components also use.
Name of the component as a string