全面支持lucene 2.4.0 索引数据格式。
Changes in v. 0.9:
------------------
This release adds many functionality enhancements and advanced features available in Lucene 2.4.
* New features and improvements:
o Added new tools:
+ Check Index - checks Lucene indexes for problems, and can fix some
of them. This is a GUI front-end to the Lucene CheckIndex tool.
+ Export to XML - exports index data and metadata to an XML file.
This is available both from the GUI and from the command-line.
o Significantly improved Optimize and Cleanup tools.
o Added ability to set norms on any indexed field in a document, or a range of documents.
o Delete multiple documents by specifying ranges of document numbers.
o Added support for new field functionality: omitTF and binary fields.
o Improve the low-level information about the index, including format version.
o Show interesting details about IndexCommit points and associated files.
o Add short explanations of index files' functions.
o Improve document reconstruction - now the information from
TermFreqVector can be used if available. Also, DocReconstructor can be
used outside of Luke.
o Significantly improved advanced search options - QueryParser settings, Similarity and HitCollector settings.
o Read-only functionality is supported directly in IndexReader.
* Bug fixes:
A lot of effort went into refactoring the code, moving away if possible
from the spaghetti code influenced by Thinlet and into a modular
design. Still much needs to be done here. :(
This means that there are likely many more bugs than in the previous
release, although I tested all functionality to make sure that there is
no data loss.
HOWEVER, if you work with precious data, it's always a good idea to use the "Read-only" option.
As usually, bug reports or suggestions for improvements, or even better patches, are welcome!
分享到:
相关推荐
lukeall lucene索引查看工具,看查看lucene 2.x版本建立的索引
《Luke:洞察Nutch索引的秘密武器》 在信息技术领域,搜索引擎优化(SEO)和信息检索是不可或缺的部分,其中Lucene作为一个开源的全文检索库,为开发者提供了强大的文本搜索功能。而Luke,作为Lucene的可视化工具,...
《Luke:探索Lucene索引的强大工具》 Luke是一款开源的、用于查看和分析Apache Lucene索引的桌面工具,其版本号为7.1.0,对应的压缩包名为"luke-7.1.0-luke-release.zip"。这款工具在IT行业中尤其对搜索引擎开发者...
《Luke:Lucene的探索与学习利器》 在信息技术领域,搜索引擎和文本处理技术占据了重要的地位,而Lucene则是Java平台上的一个强大的全文检索库,它为开发者提供了强大的信息检索功能。在这个过程中,Luke作为一款不...
Lucene索引查看工具 Luke。Luke 是查询LUCENE索引文件的工具, 而且用 Luke 的Search可以做查询。Luke is a handy development and diagnostic to Lucene.
《Luke:Lucene 6.6.0索引查看器详解》 Luke是一款强大的开源工具,主要用于查看和分析Apache Lucene构建的全文检索索引。Lucene是Java编写的一个高性能、全文检索库,广泛应用于各种搜索应用中。而Luke作为其配套...
**luke8:深入洞察Lucene索引库的利器** Lucene是一款强大的开源全文检索库,广泛应用于各种搜索引擎和信息检索系统中。它提供了一种高效、可扩展的方式来存储和检索大量文本数据。而luke8,则是针对Lucene开发的一...
《Luke:Lucene搜索引擎的得力助手》 Luke,这个名字在搜索引擎领域中并非代表神话中的英雄,而是Lucene搜索引擎的一款重要辅助工具。它的全称是"luke-5.3.0-luke-release",这款工具专为Lucene开发者和诊断人员...
标题中的"luke-6.0.0.jar"指的是Luke的6.0.0版本,这是一款与Java平台兼容的可执行文件,其扩展名.jar表明它是Java Archive文件,包含了运行Luke所需的所有类和资源。这个版本是专为支持Lucene 5.5.1设计的,确保了...
《深入理解Luke:Lucene索引查看工具的源代码解析》 Luke,作为一个开源的Lucene索引浏览器,为开发者提供了直接查看和分析Lucene索引的能力。它不仅是一个强大的工具,也是学习Lucene索引机制的重要途径。通过阅读...
《Luke与JavaFX:探索Lucene索引的强大工具》 Luke是一款开源的、基于Java的工具,主要用于查看和分析由Apache Lucene库创建的索引。Lucene是Java的一个全文检索库,它提供了强大的文本搜索功能,而Luke则是这个...
《Luke与Lucene 7.3.1:深入探索JavaFX版Luke工具》 Luke是一款强大的Lucene索引浏览器和分析工具,它允许用户查看、搜索、导出以及修改Lucene索引。在这个版本——"luke-javafx-7.3.1-luke-release.zip"中,我们...
《深入理解Luke:Lucene索引查看神器》 在信息技术领域,搜索引擎的构建与优化是一项至关重要的任务。其中,Apache Lucene作为一个强大的全文检索库,为开发者提供了丰富的功能,用于索引、搜索和分析文本数据。...
luke 6.2.1
**Lucene索引查看工具Luke** Lucene是一个高性能、全文本搜索库,广泛应用于各种搜索引擎的开发中。在开发和调试过程中,为了更好地理解和检查由Lucene创建的索引,通常会使用一个名为Luke的工具。Luke是"Lucene ...
《在luke3.5中集成IKAnalyzer:深入解析与实践》 luke3.5是一款广泛使用的Lucene索引浏览器,它允许开发者查看、分析和管理Lucene索引。而IKAnalyzer则是一款针对中文的分词器,设计用于提高中文信息检索的效率和...
luke是一个用于Lucene/Solr/Elasticsearch 搜索引擎,方便开发和诊断的 GUI(可视化)工具。
《深入理解Luke与Lucene 7.1.0》 Luke是Lucene的一款实用工具,它为开发者和信息检索研究人员提供了直观的界面,用于浏览、分析和调试Lucene索引。在Lucene 7.1.0这个版本中,我们能够深入探索其核心功能和改进之处...
《Luke:Lucene索引查看工具的深度解析》 在信息检索领域,Lucene作为一款强大的全文搜索引擎库,被广泛应用于各种数据检索系统。而Luke,全称Lucene Index Toolbox,是Lucene的一个辅助工具,它允许开发者和管理员...