June 2017
Beginner to intermediate
404 pages
8h 22m
English
To better explain the various concepts in this chapter, we will use the e-commerce site as an example. We will create an index with a list of products. We will create a simple index called chapter7 with type product. Our sample data looks like the following:
PUT chapter7/product/1{ "product_name": "Apple iPhone 7"}PUT chapter7/product/2{ "product_name": "Apple iPhone Lightning Cable" }PUT chapter7/product/3{ "product_name": "Apple iPhone 6"}PUT chapter7/product/4{ "product_name": "Samsung Galaxy S7" }PUT chapter7/product/5{ "product_name": "Samsung Galaxy S6" }
As we progress through the chapter, we will recreate the chapter7 index with different configurations.
Read now
Unlock full access