First of all you need To create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future To continue working....Document indexing can be performed synchronously or asynchronously...following example shows how to perform indexing synchronously. const...