How to insert data into elasticsearch

后端 未结 7 2081
情深已故
情深已故 2020-12-23 14:47

I am new to Elasticearch, and I have been trying for 2 days to insert some data into Elasticearch. I found on Google that there are many pages to help to create an index (I

7条回答
  •  伪装坚强ぢ
    2020-12-23 14:59

    Let me explain clearly.. If you are familiar With rdbms.. Index is database.. And index type is table.. It mean index is collection of index types., like collection of tables as database (DB).

    in NOSQL.. Index is database and index type is collections. Group of collection as database..

    To execute those queries... U need to install CURL for Windows.

    Curl is nothing but a command line rest tool.. If you want a graphical tool.. Try

    Sense plugin for chrome...

    Hope it helps..

提交回复
热议问题