1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. IndexSettings
  8. /
  9. InMemoryIndex

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