How to update elasticsearch 2.x to 5.x when there are store parameter is fasle

I have an elasticsearch2.3.4. cluster. The index source has some filed store parameter false.
For example, when index a pdf document, I have a mapping for its author,name,path and content, but the content field's store parameter is false, I need this field just for searching, the pdf is stored on other file store server.
When I upgrade the elasticsearh, I just fount the reindex api cannot reindex the content field,
So is there an option I can upgrade the elasticsearch?

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