Property Index in AEM - Index properties and steps to create custom index | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
May 19, 2020

Property Index in AEM - Index properties and steps to create custom index | AEM Community Blog Seeding

  • May 19, 2020
  • 0 replies
  • 2475 views

BlogImage.jpg

Property Index in AEM - Index properties and steps to create custom index by myaemlearnings blogspot

Abstract

Property Index is for queries involving property constraints - equality, exist/not null check on property.

Oak property Index:
Node of type "oak:QueryIndexDefinition" with:
1. propertyNames Name[] list of properties for which the index needs to be created.
Example:
jcr:title, cq:lastModified, hideInNav property for a page content
cq:ParentPath property for an AEM Asset
Optional/Supporting Properties

2. declaringNodeTypes Name[] list of node types for which the index is applicable for
Example:
cq:PageContent
rep:Authorizable

3. unique Boolean true
Applicable for queries with unique constraint
This property should be used along with declaringNodeTypes
Example: /oak:index/authorizableId

Read Full Blog

Property Index in AEM - Index properties and steps to create custom index

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.