1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. IndexType

IndexType

IndexType enumeration

Specifies an index type.

public enum IndexType

Values

Name Value Description
NormalIndex 0 Normal index with documents metadata and documents content which supports all search features.
MetadataIndex 1 Index that contains only metadata of documents, without content.
CompactIndex 2 Index type that takes much less disk space but does not support phrase search and date range search features.

Remarks

Learn more

See Also