alleyinteractive / searchpress

Elasticsearch integration for WordPress.
84 stars 12 forks source link

POC: Improve field efficiency of dynamic meta mapping #142

Open mboynes opened 3 years ago

mboynes commented 3 years ago

This changes the meta dynamic mapping to only map the fields that are present when an object is indexed.

I'm not sure if it's necessary that we bump the mapping version. Ideally, we wouldn't, otherwise sites will be asked to reindex.

kevinfodness commented 3 years ago

Disregard my previous comment - I was having an issue with phpunit that was unrelated to this change.