Download Apache Lucene 3.6.0
The Apache Software Foundation has released a new version of Lucene, with version number 3.6.0. Lucene can be deployed as part of a search engine. Namely, it can perform full text indexing. This application is written in Java and was previously known as Lucene Java. For more information, please refer to this page. The accompanying announcement for this release is as follows:
Lucene Core 3.6.0
The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.0. Lucene can be downloaded from and Solr can be downloaded from http://lucene.apache.org/solr/mirrors-solr-latest-redir.html
Highlights of the Lucene release include:
- In addition to Java 5 and Java 6, this release has now full Java 7 support (minimum JDK 7u1 required).
- TypeTokenFilter filters tokens based on their TypeAttribute.
- Fixed offset bugs in a number of CharFilters, Tokenizers and TokenFilters that could lead to exceptions during highlighting.
- Added phonetic encoders: Metaphone, Soundex, Caverphone, Beider-Morse, etc.
- CJKBigramFilter and CJKWidthFilter replace CJKTokenizer.
- Kuromoji morphological analyzer tokenizes Japanese text, producing both compound words and their segmentation.
- Static index pruning (Carmel pruning) removes postings with low within-document term frequency.
- QueryParser now interprets ‘*’ as an open end for range queries.
- FieldValueFilter excludes documents missing the specified field.
- CheckIndex and IndexUpgrader allow you to specify the specific FSDirectory implementation to use with the new -dir-impl command-line option.
- FSTs can now do reverse lookup (by output) in certain cases and can be packed to reduce their size. There is now a method to retrieve top N shortest paths from a start node in an FST.
- New WFSTCompletionLookup suggester supports finer-grained ranking for suggestions.
- FST based suggesters now use an offline (disk-based) sort, instead of in-memory sort, when pre-sorting the suggestions.
- ToChildBlockJoinQuery joins in the opposite direction (parent down to child documents).
- New query-time joining is more flexible (but less performant) than index-time joins.
- Added HTMLStripCharFilter to strip HTML markup.
- Security fix: Better prevention of virtual machine SIGSEGVs when using MMapDirectory: Code using cloned IndexInputs of already closed indexes could possibly crash VM, allowing DoS attacks to your application.
- Many bug fixes.
Version number | 3.6.0 |
Release status | Final |
Operating systems | Java |
Website | Apache Lucene |
Download | |
License type | Conditions (GNU/BSD/etc.) |