⬆️

2. Insertion & Ingestion

🏡 Home 👈 Prev 👉 Next
⚡  ElasticsearchBook.com is crafted by Jozef Sorocin and powered by:

Document Indexing & Reindexing

You'll hear everywhere that once your documents have been indexed, transforming/adjusting them becomes difficult. This is mostly true but keep in mind that:
💡
Getting to the "right" configuration will inevitably take a few iterations so take your time and don't be afraid to reindex often when you're just starting with your implementation. Later, though, the aim is indeed to minimize production downtime and fully reindex as seldom as possible.
 
A good amount of time should be spent on the index & doc structure design but more often than not, there'll be situations in production which'll require:
  • adding new fields,
  • dropping (empty-ish) fields,
  • parsing / decoding / converting / combining fields.
 

Already purchased? Sign in here.