lucene-2.3.1

所属分类:Java编程
开发工具:Java
文件大小:11293KB
下载次数:10
上传日期:2008-03-29 14:12:11
上 传 者lianglin223
说明:  主要是修改了一些2.3.0版本的Bug,特别是当autoCommit=false的情况下以及多线程添加Document,有些字段打开了term-vector有些没有打都会对索引数据造成破坏 autoCommit 选项是从2.2.0版本就添加了,默认是true,我对这个参数还不是很理解,都是用的默认值true。所以没有碰到问题。 2.3.1版本没有包含任何新的功能,索引文件的格式也没有变化,完全兼容2.3.0版本。 官方鼓励所有使用2.3.0版本的应用尽快升级到2.3.1版本。
(Mainly to amend a number of 2.3.0 version of the Bug, especially when autoCommit = false circumstances, as well as multi-threaded Add Document, some field and opened the term-vector do not have to fight will damage index data from autoCommit options version 2.2.0 added, the default is true, I am on this parameter is not very understanding, are used by default true. There are no problems encountered. Version 2.3.1 does not contain any new features, index file format does not change, fully compatible with version 2.3.0. Encourage all to use the official 2.3.0 version of the application as soon as possible to upgrade to version 2.3.1.)

文件列表:
lucene-2.3.1 (0, 2008-02-19)
lucene-2.3.1\BUILD.txt (3716, 2008-02-19)
lucene-2.3.1\build.xml (10184, 2008-02-19)
lucene-2.3.1\CHANGES.txt (103524, 2008-02-19)
lucene-2.3.1\contrib (0, 2008-02-19)
lucene-2.3.1\contrib\analyzers (0, 2008-02-19)
lucene-2.3.1\contrib\analyzers\lucene-analyzers-2.3.1-javadoc.jar (292733, 2008-02-19)
lucene-2.3.1\contrib\analyzers\lucene-analyzers-2.3.1.jar (80222, 2008-02-19)
lucene-2.3.1\contrib\ant (0, 2008-02-19)
lucene-2.3.1\contrib\ant\lucene-ant-2.3.1-javadoc.jar (65313, 2008-02-19)
lucene-2.3.1\contrib\ant\lucene-ant-2.3.1.jar (17743, 2008-02-19)
lucene-2.3.1\contrib\benchmark (0, 2008-02-19)
lucene-2.3.1\contrib\benchmark\lucene-benchmark-2.3.1-javadoc.jar (570689, 2008-02-19)
lucene-2.3.1\contrib\benchmark\lucene-benchmark-2.3.1.jar (171146, 2008-02-19)
lucene-2.3.1\contrib\highlighter (0, 2008-02-19)
lucene-2.3.1\contrib\highlighter\lucene-highlighter-2.3.1-javadoc.jar (113737, 2008-02-19)
lucene-2.3.1\contrib\highlighter\lucene-highlighter-2.3.1.jar (28499, 2008-02-19)
lucene-2.3.1\contrib\lucli (0, 2008-02-19)
lucene-2.3.1\contrib\lucli\lucene-lucli-2.3.1-javadoc.jar (26191, 2008-02-19)
lucene-2.3.1\contrib\lucli\lucene-lucli-2.3.1.jar (15804, 2008-02-19)
lucene-2.3.1\contrib\memory (0, 2008-02-19)
lucene-2.3.1\contrib\memory\lucene-memory-2.3.1-javadoc.jar (59845, 2008-02-19)
lucene-2.3.1\contrib\memory\lucene-memory-2.3.1.jar (51613, 2008-02-19)
lucene-2.3.1\contrib\misc (0, 2008-02-19)
lucene-2.3.1\contrib\miscellaneous (0, 2008-02-19)
lucene-2.3.1\contrib\misc\lucene-misc-2.3.1-javadoc.jar (136923, 2008-02-19)
lucene-2.3.1\contrib\misc\lucene-misc-2.3.1.jar (48566, 2008-02-19)
lucene-2.3.1\contrib\queries (0, 2008-02-19)
lucene-2.3.1\contrib\queries\lucene-queries-2.3.1-javadoc.jar (87828, 2008-02-19)
lucene-2.3.1\contrib\queries\lucene-queries-2.3.1.jar (31662, 2008-02-19)
lucene-2.3.1\contrib\regex (0, 2008-02-19)
lucene-2.3.1\contrib\regex\lucene-regex-2.3.1-javadoc.jar (69303, 2008-02-19)
lucene-2.3.1\contrib\regex\lucene-regex-2.3.1.jar (12735, 2008-02-19)
lucene-2.3.1\contrib\similarity (0, 2008-02-19)
lucene-2.3.1\contrib\similarity\lucene-similarity-2.3.1.jar (4900, 2008-02-19)
... ...

Lucene README file $Id: README.txt 490368 2006-12-26 20:44:29Z gsingers $ INTRODUCTION Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. The Lucene web site is at: http://lucene.apache.org/ Please join the Lucene-User mailing list by sending a message to: java-user-subscribe@lucene.apache.org FILES lucene-core-XX.jar The compiled lucene library. lucene-demos-XX.jar The compiled simple example code. luceneweb.war The compiled simple example Web Application. contrib/* Contributed code which extends and enhances Lucene, but is not part of the core library. Of special note are the JAR files in the analyzers and snowball directory which contain various analyzers that people may find useful in place of the StandardAnalyzer. docs/index.html The contents of the Lucene website. docs/api/index.html The Javadoc Lucene API documentation. This includes the core library, the demo, as well as all of the contrib modules. src/java The Lucene source code. src/demo Some example code.

近期下载者

相关文件


收藏者