Lucene 索引可视化查看工具,Luke 5 发布,
jopen 9年前
Luke是一个GUI工具用于内部检查你的Lucene / Solr 索引。它能够实现:
- 查看你的documents 和分析它们的字段内容(for stored fields)
- 在索引中进行搜索
- Performing index maintenance: index sanity checking, index optimization (take a backup before running this!)
- Reading index from hdfs
- Exporting the index or portion of it into an xml format
- Testing your custom Lucene analyzers
它支持 elasticsearch 1.6.0(Lucene的4.10.4)
已解决的问题:
#20增加支持重建索引并不会存储领域,不暴露位置的字段值。
Pull Requests:
#23 Elasticsearch 支持和阴影插件组装
#26 添加 .gitignore 文件
#27 支持 Lucene 5
#28 luke.sh 新增LUKE_PATH ENV变量