
Lucent
happyqiangsir
爱好IT
展开
-
Lucene初识
public class Indexer { public static void main(String[] args) throws Exception { if (args.length != 2) { throw new IllegalArgumentException("Usage: java " + Indexer.class.getName() ...原创 2018-08-04 09:52:55 · 110 阅读 · 0 评论 -
elasticsearch 安装head插件
修改 elasticsearch/config/elasticsearch.yml 添加 http.cors.enabled: truehttp.cors.allow-origin: "*" 下载 elasticsearch-head 或者 git clone 到随便一个文件夹 安装nodejs cd /path/to/elasticsearch...原创 2018-08-24 15:56:46 · 150 阅读 · 0 评论