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

IndexType

IndexSettings.IndexType property

Gets or sets the index type. The default value is NormalIndex.

public IndexType IndexType { get; set; }

Property Value

The index type.

See Also