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....can be represented by a simple list of documents found, or the words...The example below shows how to list found documents in the console...