Elasticsearch moving forward on removing types and stay with single type for the index (As it should be). as it shows on schedule of removal of mapping types
Noticing the parent/child relations will be mapped using Join Field
My suggestion is to move forward with this update because on ES 8 type parameter will be no longer supported in URLs. What I did is adding field for each document doc_type and flag it as required for indexing using Ingest Node. And create Entity for each doc_type with conditions.
Elasticsearch moving forward on removing types and stay with single type for the index (As it should be). as it shows on schedule of removal of mapping types
Noticing the parent/child relations will be mapped using Join Field
My suggestion is to move forward with this update because on ES 8 type parameter will be no longer supported in URLs. What I did is adding field for each document doc_type and flag it as required for indexing using Ingest Node. And create Entity for each doc_type with conditions.
I'm ready to helps on this upgrade :)