The Apache Solr team is happy to announce the availability of Solr
1.3.0 for public download. This version contains many enhancements
and bug fixes, including:
- Distributed search capabilities
- Numerous Lucene and other performance improvements
- Support for multiple indexes in a single deployment
- SolrJ client and a binary response protocol for faster client-server
communication
- Search Components that can be chained together to offer flexible
query processing. Components include existing functionality like
faceting and add More Like This, Editorial Boosting (Query Elevation)
and Spell Checking
- New DataImportHandler for easily indexing database content into Solr
See the http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.3.0/CHANGES.txt
for more details. The download is available from http://www.apache.org/dyn/closer.cgi/lucene/solr/
. See the Solr Wiki for documentation: http://wiki.apache.org/solr/
About Apache Solr:
Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, a web administration interface
and many more features. It runs in a Java servlet container such as
Tomcat. For more information, refer to the Solr website at http://lucene.apache.org/solr/
.