Custom index
Hi,
How to find whether an index(suppose /oak:index/principalLucene) is custom one or OOTB One in aem.
If there is any documentation please provide it.
Hi,
How to find whether an index(suppose /oak:index/principalLucene) is custom one or OOTB One in aem.
If there is any documentation please provide it.
Hi @vani1012
Index Names :
An index definition can fall into one of the following categories:
Out-of-the-box (OOTB) index. For instance: /oak:index/cqPageLucene-2 or /oak:index/damAssetLucene-8.
Customization of an OOTB index. These are indicated by appending -custom- followed by a numerical identifier to the original index name. For example: /oak:index/damAssetLucene-8-custom-1.
Fully custom index: It is possible to create an entirely new index from scratch. Their name must have a prefix to avoid naming conflicts. For instance: /oak:index/acme.product-1-custom-2, where the prefix is acme.
Ref : Index names
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.