ノードの種類:
参考:
スタートガイド:
参考:
Breaking Changes: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking-changes-6.0.html
JSONとかでデータを入れると良い感じにマッピングしてくれる印象。
Kibanaとか。
参考:
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/number.html
scaled_float
, half_float
, float
, double
ElasticsearchのデフォルトのJVM起動引数に -XX:+HeapDumpOnOutOfMemoryError
がついているそうで、メモリの少ない環境で動かしていると、Elasticsearchを起動したディレクトリに数GBサイズの java_pidXXXX.hprof
ファイルが吐かれるようだ。
参考: