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
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search