導航:首頁 > 程序命令 > es命令查詢

es命令查詢

發布時間:2023-02-15 21:09:17

『壹』 es 常用命令總結

fielddata是全載入進入內存,主要用處在排序和聚合欄位
fielddata與doc values區別:
4.1 相同點

4.2 不同點

fielddata: 內存存儲;doc_values: OS Cache+磁碟存儲

fielddata: 對應的欄位類型是text; doc_values:對應的欄位類型是keyword

field_data主要針對的是分詞欄位;doc_values針對大是不分詞欄位

fielddata默認不開啟;doc_values默認是開啟

7 bm2.5文檔 The Probabilistic Relevance Framework: BM25 and Beyond.
https://blog.mimacom.com/bm25-got/

GET _tasks?detailed=true&actions=*indices:data/read/search

POST _tasks/CdoilmnzRVyllc0PbRbB2w:7280/_cancel

16 查看節點所佔內存
/_cat/nodes?v&format=json&h=ip,port,v,m,fdp,mc,mcs,sc,sm,qcm,fm,im,siwm,svmm

獲取二進制的head mp文件 jmap -mp:format=b,file=/tmp/es_heap.bin <pid> 其中pid是ES JAVA進程的進程號。

PUT /索引名稱/_settings
{
"index.search.slowlog.threshold.query.warn": "1s",
"index.search.slowlog.threshold.query.info": "500ms",
"index.search.slowlog.threshold.query.debug": "300ms",
"index.search.slowlog.threshold.query.trace": "100ms",
"index.search.slowlog.threshold.fetch.warn": "1s",
"index.search.slowlog.threshold.fetch.info": "500ms",
"index.search.slowlog.threshold.fetch.debug": "300ms",
"index.search.slowlog.threshold.fetch.trace": "100ms",
"index.search.slowlog.level": "info"
}

閱讀全文

與es命令查詢相關的資料

熱點內容
現在最流行的單片機 瀏覽:88
機頂盒刷機源碼 瀏覽:985
編碼pdf下載 瀏覽:944
隔壁同學app怎麼 瀏覽:299
c語言宏命令 瀏覽:542
php卡死源碼 瀏覽:574
time庫中的clock函數python 瀏覽:989
cad視覺移動命令怎麼打開 瀏覽:821
安卓java調用python 瀏覽:395
java標准時間 瀏覽:137
華為伺服器湖北渠道商雲主機 瀏覽:30
韓式面部護理解壓視頻 瀏覽:301
pdf換成jpg圖片 瀏覽:897
dh加密演算法 瀏覽:107
安卓手機如何隱藏微信信息提示 瀏覽:632
nodejs解壓縮 瀏覽:262
直流雙轉子壓縮機 瀏覽:952
pythonxmlstring 瀏覽:822
用私鑰加密之後可以用公鑰解密 瀏覽:788
ug如何啟動伺服器 瀏覽:444