Hi, I am indexing data using Java High Rest Client and have a question.
Everything works fine, but I have a very long text that need to be indexed and it should be indexed in the same way as the attachment ingestion works, so the content should be indexed in the triple-double-quotes so the new lines are retained. When I use API it always gets index with single double quote and new lines escaped.
Is there any way to do it?
Thank yo,
Mariusz