QuestionQ18

Designing a solution architecture

An Architect is building an index to improve data retrieval from AEM. The Architect uses a Property index rather than a Lucene index.

What is one advantage of the Property index?

  • A Property indexes support uniqueness constraints
  • B Lucene indexes are supported after AEM version 6.3
  • C Property indexes are faster than Lucene indexes
  • D Property indexes offer more features than Lucene indexes
Explanation

Property indexes can enforce uniqueness constraints. Lucene indexes run asynchronously, so they cannot enforce such constraints.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!