InMemoryIndex

IndexSettings.InMemoryIndex property

Gets a value indicating whether the index is stored in memory or on disk.

public bool InMemoryIndex { get; }

Property Value

A value indicating whether the index is stored in memory or on disk.

See Also