Skip to content

Create a dynamic:strict mapping

Nick Thomas requested to merge (removed):dynamic-strict into master

Rails creates its index with mapping: { dynamic: strict }, so we should do so here too.

This exposes the fact that certain fields don't exist, when they should, so they are added to the index at the same time.

Edited by Nick Thomas

Merge request reports