elasticsearch 檢視文件 三

2021-09-24 12:53:31 字數 482 閱讀 5926

一、檢視info索引下的所有資料

,

"hits":}}

},},

},},}]

}}

,

"hits":

},},

},},}]

}}

看起來還是返回了很多東西,只不過過濾掉了一些字段,如果在我們的文件field比較多的時候,這個api會很有用。

二、插敘索引為info,型別為student,id為1的資料

curl 「localhost:9200/info/student/1?pretty」

三、查詢結果按照age倒排

},"sort": [

]}'

四、大於25歲的學生

},"filter": }}

}}}'

五、查詢24歲的學生資訊 }}

'

ElasticSearch檢視集群狀態

elasticsearch中資訊很多,同時es也有很多資訊檢視命令,可以幫助開發者快速查詢elasticsearch的相關資訊。curl localhost 9200 cat cat allocation cat shards cat shards cat master cat nodes cat ...

elasticsearch配置詳解

elasticsearch的config資料夾裡面有兩個配置檔案 elasticsearch.yml和logging.yml,第乙個是es的基本配置檔案,第二個是日誌配置檔案,es也是使用log4j來記錄日誌的,所以logging.yml裡的設定按普通log4j配置檔案來設定就行了。下面主要講解下e...

誰在使用Elasticsearch

github github使用elasticsearch搜尋20tb的資料,包括13億的檔案和1300億行的 這個不用介紹了吧,碼農們都懂的,github在2013年1月公升級了他們的 搜尋,由solr轉為elasticsearch,目前集群規模為26個索引儲存節點和8個客戶端節點 負責處理搜尋請求...