@IndexedEmbedded should be repeatable

Description

As long as we're using a different prefix for each @IndexedEmbedded, there is no problem with applying multiple @IndexedEmbedded to the same property.

There are use cases, too: it could be used to store some properties in a flattened object field (for performance), and others in nested documents (for advanced filtering).

Let's add @Repeatable to that annotation, and let's check we have a test somewhere.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Sprint

Fix versions

Priority

Created December 18, 2019 at 10:45 AM
Updated March 31, 2020 at 11:52 AM
Resolved February 28, 2020 at 2:37 PM