Specifies an index type.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
SyntaxPublic Enumeration IndexType
public enum class IndexType
Members
| Member 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
See Also