Initializes a new instance of the
Index class in memory.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntax
Examples
The example demonstrates how to create index in memory without saving files to disk.
Index index = new Index();
See Also