LoadIntoMemoryCompletely
Leave feedback
On this page
Loads the entire index into memory. Any changes to the index are not automatically saved to the original folder.
public static Index LoadIntoMemoryCompletely(string indexFolder)
| Parameter | Type | Description |
|---|---|---|
| indexFolder | String | The index folder path. |
The loaded in-memory index.
- class Index
- namespace GroupDocs.Search
- assembly GroupDocs.Search
Loads the entire index into memory. Any changes to the index are not automatically saved to the original folder.
public static Index LoadIntoMemoryCompletely(string indexFolder, IndexSettings settings)
| Parameter | Type | Description |
|---|---|---|
| indexFolder | String | The index folder path. |
| settings | IndexSettings | The index settings object. |
The loaded in-memory index.
- class IndexSettings
- class Index
- namespace GroupDocs.Search
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.