How to insert an image into repository from Java class

Hi,

I need to insert an image from a custom Java class in Bloomreach starting from the information stored in a JSON (e.g.: filename, url etc).
Does anyone know the best practice to do it?

Thank you,

Flavio

1 Like

See these:

2 Likes

Thank you, we managed to set up a scheduled job to import images.
We are storing the not processed image ids by using the multi-value proprerties hipposched:attributeNames and hipposched:attributeValues of the scheduled job node in JCR.
Do you know if there is a maximum size of these node properties? We would like to save not processed id but we would like also not to break the job with some array index out of bounds error…
Thanks!