You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Currently update calls to the degraphmalizer doesn't support calls for updating an entire index or an index and type. There is support for calls with a scope beyond a document version. However this is not implemented fully.
The current calls are based on content in the graph, not content in Elasticsearch. The calls should be adapted to query Elasticsearch for the documents to be degraphmalized.
Currently update calls to the degraphmalizer doesn't support calls for updating an entire index or an index and type. There is support for calls with a scope beyond a document version. However this is not implemented fully.
The current calls are based on content in the graph, not content in Elasticsearch. The calls should be adapted to query Elasticsearch for the documents to be degraphmalized.
Ref: DGM-121