問題タブ [elasticsearch-1.6.0]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
elasticsearch - Elasticsearch7.1インデックスのタイプはどこですか
私はelasticsearch-1.6を使用していました。ここにはインデックスとタイプがあり、そのタイプの中にドキュメントがあり ますhttps://www.elastic.co/guide/en/elasticsearch/reference/1.6/docs-index_.htmlインデックスとしての twitter とタイプとしてのツイート、1 はドキュメント ID であり、7.1 である Elasticsearch の現在のバージョンにアップグレードする必要がありますが、ドキュメントではタイプが欠落してい ます https://www.elastic.co/guide/en/elasticsearch /reference/current/docs-index_.html
では、どのように index でタイプを定義できますか?