IndexType
Leave feedback
On this page
Specifies an index type.
public enum IndexType
| 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. |
Learn more
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.