Hi,
I am migrating to Elastic Search 5.2.2 from 2.3.1, we have successfully migrated index from 2.3.1 to 5.2.2 through Snapshot and Restore.
When I am trying to update Index on 5.2.2 with updated data I am getting following error:
failed to index documents because of : |#]
Failed to execute phase [query], all shards failed; shardFailures {[ZFNfzGaFQ0adNxn7v389bw][idx_1494326457350][0]: RemoteTransportException[[xxxx4][1.0.0.24:3457][indices:data/read/search[phase/query]]]; nested: QueryPhaseExecutionException[Query Failed [Failed to execute main query]]; nested: IllegalStateException[unexpected docvalues type NONE for field '_parent' (expected one of [SORTED, SORTED_SET]). Re-index with correct docvalues type.]; }
{[TXNUeKB-SbqbiT7exb8jZQ][idx_1494326457350][1]: RemoteTransportException[[xxxx3][1.0.0.25:3457][indices:data/read/search[phase/query]]]; nested: QueryPhaseExecutionException[Query Failed [Failed to execute main query]]; nested: IllegalStateException[unexpected docvalues type NONE for field '_parent' (expected one of [SORTED, SORTED_SET]). Re-index with correct docvalues type.]; }
Not able to figure out if its able to read Index or there is issue with "docvalues type NONE for field"
Thanks,
Amit Sinha.