1.新建索引並賦值 :put/索引名/文件名/id //文件名後面會逐漸取消 相當表
put /test1/type1/1
錯誤現象:
使用 elasticsearch head 檢視「資料瀏覽」時,右側不出資料,使用瀏覽器f12檢視後,發現 406 not acceptable 錯誤。
解決方法
1、進入 es-head 安裝目錄;
2、cd _site/
4、強制重新整理瀏覽器驗證。
2.新建索引並給字段設定型別(建立索引一般不用例1 因為沒有設定字段型別 沒規則不符合開發要求)
put /test2
"properties":
"from":0,
"size":20,
ES命令彙總
1 檢視集群健康狀態 curl x get localhost 9200 cat health?v 2 檢視集群健康狀態 curl x get localhost 9200 cluster health?pretty 3 檢視集群中的節點 curl x get localhost 9200 cat ...
es索引命令
2.索引對映管理 3.索引別名 4.索引配置 5索引監控 6狀態管理 7.文件管理 put secisland delete secisland get secisland 返回內容 settings provided name secisland put secisland settings 說明...
es6模組命令
es6的模組命令分為export命令和import命令,其中export命令用於匯出變數,import命令用於引入變數。1.1a檔案 export var name name export var age 1 以上a檔案中使用export命令匯出了name和age變數。下面,將在b檔案中使用impo...