-
Setting
-
Shard & Node
-
Command
-
ElasticSearch in dotNet
ElasticSearch 非常基礎教學,希望能幫助到剛使用ElasticSearch的朋友,
此教學並不包含所有完整的訊息,僅從專案上使用的經驗來撰寫
-
ElasticSearch 7.9.3
-
Kibana 7.9.3
-
ASP.NET Core
// go to this folder
$ docker-compose up
RDBMS | ElasticSearch |
---|---|
Table | Index |
Row | Document |
Column | Field |
Schema | Mapping |
SQL | DSL |
https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html