Mapping an Index in Elasticsearch using NodeJS

Introduction If you’re storing documents in an Elasticsearch index, you’ll probably want to create a mapping for the index. Mapping an index allows you to define how the fields in a documents are stored and handled in Elasticsearch: which fields contain numbers, which fields should be handled as full-text fields, how dates should be formatted, … Continued

How To Replace A Document In Elasticsearch

Introduction: If you’re using Elasticsearch to store and manage your data, you’ll probably need to replace documents from time to time. With Elasticsearch, replacing a document is a simple process– it’s the same process as updating a document in Elasticsearch using the Update API and replacing all the old data within the document with new … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.