Lucene Core and Solr updated to 3.3
Written by Alex Denham   
Thursday, 07 July 2011

New versions of Lucene Core and Solr are now available from the Apache Lucene project.

The Apache Lucene project is a collection of open-source search software consisting of Lucene Core, Solr,  PyLucene and Open Relevance Project.

Lucene Core, formerly Lucene Java, is a Java-based indexing and search tool that also offers spellchecking, hit highlighting and advanced analysis/tokenization capabilities.

Solr is an enterprise search server with a number of APIs and search features including faceted and distributed search, along with admin and search interfaces. PyLucene is a Python port of the Lucene Core project.

The new version of Lucene (3.3) has better spellchecking, support for merging results from multiple shards, and an optimized implementation of KStem, a less aggressive stemmer for English. The spellchecker now has suggestions for misspelled words and offers auto-completion of words. It has three implementations: Jaspell, Ternary Trie, and Finite State.

A new option called NRTManager makes it easier to handle near-real-time search with multiple search threads, so allowing the application to control which indexing changes must be visible to which search requests.

Solr 3.3 has improvements including the ability to collapse groups and fields; an automaton-based suggest/autocomplete implementation that the release notes say offers an order of magnitude smaller RAM consumption. Solr now also defaults to a more efficient merge policy (TieredMergePolicy) that makes indexing more efficient. 

 

 

For the full list of new features in Lucene and Solr and to download the software visit the Lucene Project site.

 

Banner


Gifts For Geeks 2024
22/11/2024

Are you ready for Thanksgiving, when overeating remorse and a surfeit of being thankful causes the unsettling thought that there are only four weeks till the Xmas break? So here is a mix of weird [ ... ]



AWS Releases Lambda SnapStart For .NET Functions
10/12/2024

Amazon has released new services for AWS Lambda SnapStart,  Amazon's performance optimization that aims to significantly improve the startup time for applications.


More News

Last Updated ( Thursday, 07 July 2011 )