mirror of
https://github.com/wahyd4/one-knowledge.git
synced 2026-08-08 20:59:08 +10:00
658 B
658 B
title, created, updated, type, tags, external
| title | created | updated | type | tags | external | ||
|---|---|---|---|---|---|---|---|
| Elasticsearch | 2022-04-30 | 2022-04-30 | summary |
|
https://github.com/wahyd4/knowledge/blob/master/categories/apps/elasticsearch.md |
Elasticsearch
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
Tips
Calculate number of replicas
N >= R + 1
N : number of nodes R: Number of replicas