Luke lucene索引工具箱

简介: 项目地址,before 4.0 :http://www.getopt.org/luke/或https://code.google.com/archive/p/luke/ 项目地址,newer:    https://github.com/tarzanek/luke  。没有二进制发行版,需要自己用ant编译。 1.简介 Luke is a handy development an

项目地址,before 4.0 :http://www.getopt.org/luke/https://code.google.com/archive/p/luke/

项目地址,newer:    https://github.com/tarzanek/luke  。没有二进制发行版,需要自己用ant编译。

1.简介

Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their content in several ways:
· browse by document number, or by term
· view documents / copy to clipboard
· retrieve a ranked list of most frequent terms
· execute a search, and browse the results
· analyze search results
· selectively delete documents from the index
· reconstruct the original document fields, edit them and re-insert to the index
· optimize indexes
· open indexes consisting of multiple parts, and/or located on Hadoop filesystem

· and much more...

2.使用

界面见图2-1.


图2-1 Luck界面

目录
相关文章
|
存储 自然语言处理 索引
05Lucene索引库的添加
05Lucene索引库的添加
42 0
|
搜索推荐 中间件 Linux
一个基于EntityFrameworkCore+Lucene实现的全文搜索引擎库
这是一个仅70KB的、轻量级的全文检索搜索引擎、基于Lucene实现的。
160 0
一个基于EntityFrameworkCore+Lucene实现的全文搜索引擎库
|
自然语言处理 Shell 开发者
使用 luke 工具查看索引库内容|学习笔记
快速学习使用 luke 工具查看索引库内容
393 0
使用 luke 工具查看索引库内容|学习笔记
|
XML 自然语言处理 搜索推荐
使用Luke Lucene进行索引
目录 luke 简介 luke下载及安装 luke 使用 打开luke Overview选项卡 Documents选项卡 search选项卡 Commits选项卡 Plugins选项卡 导出索引为XML 检查索引正确性 总结 1. luke 简介 luke### 是一个用于Lucene/Solr/Elasticsearch 搜索引擎的,方便开发和诊断的 GUI(可视化)工具。
1476 0
|
自然语言处理 搜索推荐
Lucene Luke源码分析
假期重新把之前在新浪博客里面的文字梳理了下,搬到这里。
159 0
Lucene Luke源码分析
|
存储 自然语言处理 Java
Luke:用于Lucene / Solr / Elasticsearch索引的GUI工具
Luke:用于Lucene / Solr / Elasticsearch索引的GUI工具
617 0
Luke:用于Lucene / Solr / Elasticsearch索引的GUI工具
|
索引
艾伟_转载:Lucene.net多字段多索引目录搜索
Lucene.net是目前在.net环境中被普遍使用的全文索引的开源项目,这次在项目的开发中也使用它进行全文索引。在开发过程中碰到一些小问题就是对多字段和多索引目录进行搜索。 1、多字段搜索就是同时要一个以上的字段中的内容进行比较搜索,类似概念在SQL中就是select * from Table where a like '%query%' or b like '%query%'。
877 0
|
搜索推荐 Java Apache
Lucene7.2.1系列(二)luke使用及索引文档的基本操作
它有以下功能: - 查看文档并分析其内容(用于存储字段) - 在索引中搜索 - 执行索引维护:索引运行状况检查;索引优化(运行前需要备份) - 从hdfs读取索引 - 将索引或其部分导出为XML格式 - 测试定制的Lucene分析工具 - 创建自己的插件
2484 0
|
XML 数据库 数据格式
Rosalind工具库: Entrez搜索NCBI资源库
Introduction to Protein Databases 蛋白质数据库中心UniProt提供了蛋白详细的注释,如功能描述,功能与结构,翻译后修饰。
1404 0