使用postman操作ElasticSearch的方法
Postman是一款功能強大的網頁調試與發送網頁HTTP請求的Chrome插件
Postman背景介紹
用戶在開發或者調試網絡程序或者是網頁B/S模式的程序的時候是需要一些方法來跟蹤網頁請求的,用戶可以使用一些網絡的監視工具比如著名的Firebug等網頁調試工具。今天給大傢介紹的這款網頁調試工具不僅可以調試簡單的css、html、腳本等簡單的網頁基本信息,它還可以發送幾乎所有類型的HTTP請求!Postman在發送網絡HTTP請求方面可以說是Chrome插件類產品中的代表產品之一。
Postman的操作環境
postman適用於不同的操作系統,Postman Mac、Windows X32、Windows X64、Linux系統,還支持postman 瀏覽器擴展程序、postman chrome應用程序等。
下面給大傢介紹使用postman操作ElasticSearch的方法,具體內容如下所示:
下載安裝好postman之後
添加索引blog1(因為ElasticSearch是restful請求所以我們用postman發送http請求給ElasticSearch)
{ "mappings":{ "article":{ "properties":{ "id":{ "type":"long", "store":"true", "index":"true" }, "title":{ "type":"text", "store":"true", "index":"true", "analyzer":"standard" }, "context":{ "type":"text", "store":"true", "index":"true", "analyzer":"standard"
響應成功
到此這篇關於使用postman操作ElasticSearch的方法的文章就介紹到這瞭,更多相關postman操作ElasticSearch內容請搜索WalkonNet以前的文章或繼續瀏覽下面的相關文章希望大傢以後多多支持WalkonNet!
推薦閱讀:
- Elasticsearch 映射參數詳解 fields
- Elasticsearch屬性單詞常用解析說明
- Java elasticsearch安裝以及部署教程
- Elasticsearch中store field與non-store field的區別說明
- 使用logstash同步mysql數據到elasticsearch實現