Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "HowToRelease" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/HowToRelease?action=diff&rev1=56&rev2=57 -------------------------------------------------- 1. Deploy new main Lucene site. (You will need to be a PMC member to do this: http://wiki.apache.org/lucene-java/TopLevelProject#Updating_the_Website) 1. Update Javadoc in {{{people.apache.org:/www/lucene.apache.org/solr/docs/api}}}. . NOTE: skip this for now, as this javadoc is currently updated automatically from the nightly build - 1. Send announcements to the solr-user@, solr-dev@, and general@ lucene mailing lists. + 1. Send announcements to the solr-user@, solr-dev@, and general@ lucene mailing lists. See the Sample Announcement below. == Post Release == * Housekeeping @@ -101, +101 @@ * Documentation * Change wiki to match current best practices (remove/change deprecations, etc) + = Sample Announcement = + {{{ + + Apache Solr 1.4 has been released and is now available for public download! + http://www.apache.org/dyn/closer.cgi/lucene/solr/ + Solr is the popular, blazing fast open source enterprise search + platform from the Apache Lucene project. Its major features include + powerful full-text search, hit highlighting, faceted search, dynamic + clustering, database integration, and rich document (e.g., Word, PDF) + handling. Solr is highly scalable, providing distributed search and + index replication, and it powers the search and navigation features of + many of the world's largest internet sites. + Solr is written in Java and runs as a standalone full-text search server + within a servlet container such as Tomcat. Solr uses the Lucene Java + search library at its core for full-text indexing and search, and has + REST-like HTTP/XML and JSON APIs that make it easy to use from virtually + any programming language. Solr's powerful external configuration allows it to + be tailored to almost any type of application without Java coding, and + it has an extensive plugin architecture when more advanced + customization is required. + New Solr 1.4 features include + - Major performance enhancements in indexing, searching, and faceting + - Revamped all-Java index replication that's simple to configure and + can replicate config files + - Greatly improved database integration via the DataImportHandler + - Rich document processing (Word, PDF, HTML) via Apache Tika + - Dynamic search results clustering via Carrot2 + - Multi-select faceting (support for multiple items in a single + category to be selected) + - Many powerful query enhancements, including ranges over arbitrary + functions, and nested queries of different syntaxes + - Many other plugins including Terms for auto-suggest, Statistics, + TermVectors, Deduplication + + }}} + = Related Resources = * http://www.apache.org/dev/#releases * http://www.apache.org/dev/#mirror
