Importing index with original field not stored

I've used elasticdump to import indexes from other services successfully.
One index that I didn't manage to import this way is an index with a field that's analyzed and indexed, but not stored in elasticsearch. How can I import such an index, given that I don't have access to the machine itself? Essentially what I want is to import the existing index, rather than letting ES index that data from scratch.

Thanks,
Dror

Hi Dror,

I think the Elasticsearch Channel would be a better place for this specific question.

I'm not familiar with elasticdump, but AFAIK, if the fileld is not stored, you had to get the whole _source and parse it on the client side.

Thanks,
Xu

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