Trying to work out the best way to create multiple “views” on the same source file.
Let me illustrate with an example: take an image file (jpeg) which is on S3 source.
- Is there a way to promote it multiple times, each time in a different format? For example: promote the image as metadata text format once, and also promote the same image file as image format next time etc.
- If promoting multiple times is not possible, is there a way we could achieve this through “virtual views” etc.?
The goal is to be able to offer “meta data textual” view as well as the “image” view of the same file, so that the file can be searched both by metadata, and image content also. (i.e. meta data will be indexed in a table, as well as “image” binary content also will be indexed (somehow through custom indexers etc.), separately ofcourse in two different data sets)
If currently not possible through UI, any means to achieve this through plugin/adapter etc? Any info on that would be very helpful. Thank you.