LoadIntoMemoryCompletely

LoadIntoMemoryCompletely(string)

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.

Return Value

The loaded in-memory index.

See Also


LoadIntoMemoryCompletely(string, IndexSettings)

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.

Return Value

The loaded in-memory index.

See Also