I have a field that contains non-deterministic JSON objects. I want this field to be indexed as a simple text so I can search its content later if needed.
But I get error from elastic ‘Can’t get text on a START_OBJECT at 1:351’. Seems like it detects it is JSON and rejects it.
Is there a way to make it work or my approach is not right?