Book Image

ElasticSearch Cookbook

By : Alberto Paro
Book Image

ElasticSearch Cookbook

By: Alberto Paro

Overview of this book

Table of Contents (20 chapters)
ElasticSearch Cookbook Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Basic Operations

In this chapter, we will cover:

  • Creating an index

  • Deleting an index

  • Opening/closing an index

  • Putting a mapping in an index

  • Getting a mapping

  • Deleting a mapping

  • Refreshing an index

  • Flushing an index

  • Optimizing an index

  • Checking if an index or type exists

  • Managing index settings

  • Using index aliases

  • Indexing a document

  • Getting a document

  • Deleting a document

  • Updating a document

  • Speeding up atomic operations (bulk operations)

  • Speeding up GET operations (multi GET)