-
T1: Add New Node
-
T2: Managing Documents
-
T3: Mapping
-
T4: Analysis and Analyzers
-
T5: Introduction to Searching
-
T6: Term Level Queries
-
T7: Full Text Queries
-
T8: Adding Boolean Logic to Queries
-
T9: Joining Queries
-
T10: Controlling Query Results
-
T11: Aggregations
-
T12: Improving Search Results
Sample Node.js project that use Elasticsearch.
It shows how to setup Elasticsearch
development in Node.js
.
- Setup node.js project
- Connect to Elasticsearch
- Create Index
- Insert Documents
- Get Documents
- Search Documents
- Update a Document
- Delete a document
Sample Node.js project that use Elasticsearch.
It shows how to setup Elasticsearch
development in Node.js
.
- Setup node.js project
- Connect to Elasticsearch
- We will create a huge data storage for live search.
- We will create indexes (+100,000 indexes) from our created data storage.
- We will integrate and search content from our data storage using Elasticsearch.
- We will analyze the search time.
- Delete the indexes of Elasticsearch.