gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Idea: Remove node fields from node search index #167

Open Jotschi opened 5 years ago

Jotschi commented 5 years ago

Removing the node fields from the node search index would drastically simplify the index update operation. Updating a node can potentially affect a lot of other node documents in the index since those need to be updated as well. This only is the case if a node gets deleted. All documents of nodes which reference the node in a node list or node reference would need to be updated.