1
如何使用spring
/spring-data-elasticsearch
填充ES中多個文檔形式的JSON文件中的現有索引?使用Spring填充彈性搜索索引,文檔格式爲JSON
編輯
我知道ES BulkAPI和Spring的elasticsearchTemplate.bulkIndex(indexQueries);
方法但是這樣我要處理我自己的(I want to avid this way)JSON解析。但是如果我們已經知道索引和映射,我想知道是否有更簡單的事情需要通過foo.json
文件?
填充意味着您要將數據編入JSON文件中。對 ? – Sachin
我有一個很大的JSON文件,我想把它放入具有JSON數據映射的corespondent索引的ES中。 – mCs
你可能想看看http://stackoverflow.com/questions/20646836/is-there-any-way-to-import-a-json-filecontains-100-documents-in-elasticsearch – Sachin