Manually write document to ElasticSearch

Hi, I want to use a elastic search result to build a second elastic index. I dont want to presist the result on disk and asign it Guids.

As of now i can only add Guid to the index queue, so i can’t use the normal “indexQueueService.Enqueue” flow.

In an optimal world adding a string data prop to the IndexQueueItem whould solve my problem, but for now is there a way to create a manual loop add write my documents to elastic?

Litium version: 7/8

The IndexQueueItem has an AdditionalInfo dictionary property. Could it be enough to add your string data prop there?

@NilsN I can only find that field on Litium 8. Is it also included in some update for L7 ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.