IndexType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum IndexType extends Enum<IndexType>
Specifies an index type.
Learn more
| Field | Description |
|---|---|
| NormalIndex | Normal index with documents metadata and documents content which supports all search features. |
| MetadataIndex | Index that contains only metadata of documents, without content. |
| CompactIndex | Index type that takes much less disk space but does not support phrase search and date range search features. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final IndexType NormalIndex
Normal index with documents metadata and documents content which supports all search features.
public static final IndexType MetadataIndex
Index that contains only metadata of documents, without content.
public static final IndexType CompactIndex
Index type that takes much less disk space but does not support phrase search and date range search features.
public static IndexType[] values()
Returns: com.groupdocs.search.options.IndexType[]
public static IndexType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IndexType
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.