You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2013/10/05 10:28:28 UTC

svn commit: r1529409 - in /lucene/cms/trunk/content: core/corenews.mdtext core/documentation.mdtext core/quickstart.mdtext core/systemreqs.mdtext mainnews.mdtext solr/documentation.mdtext solr/solrnews.mdtext solr/tutorial.mdtext

Author: jpountz
Date: Sat Oct  5 08:28:28 2013
New Revision: 1529409

URL: http://svn.apache.org/r1529409
Log:
Lucene/Solr 4.5 release.

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/documentation.mdtext
    lucene/cms/trunk/content/solr/solrnews.mdtext
    lucene/cms/trunk/content/solr/tutorial.mdtext

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Sat Oct  5 08:28:28 2013
@@ -1,5 +1,43 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 5 October 2013 - Lucene Core 4.5 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 4.4
+
+Apache Lucene is a high-performance, full-featured text search engine
+library written entirely in Java. It is a technology suitable for nearly
+any application that requires full-text search, especially cross-platform.
+
+This release contains numerous bug fixes, optimizations, and
+improvements, some of which are highlighted below. The release
+is available for immediate download at:
+  <http://lucene.apache.org/core/mirrors-core-latest-redir.html>
+
+See the [CHANGES.txt](/core/4_5_0/changes/Changes.html) file included
+with the release for a full list of details.
+
+### Lucene 4.5 Release Highlights:
+
+* Added support for missing values to DocValues fields through
+  AtomicReader.getDocsWithField.
+
+* Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting
+  missing values and with most datastructures residing off-heap.
+
+* New in-memory DocIdSet implementations which are especially better than
+  FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.
+
+* CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which
+  has the same memory usage as FixedBitSet in the worst case but is smaller and
+  faster on small sets.
+
+* TokenStreams now set the position increment in end(), so we can handle
+  trailing holes.
+
+* IndexWriter no longer clones the given IndexWriterConfig.
+
+* Various bugfixes and optimizations since the 4.4 release.
+
 ## 23 July 2013 - Lucene Core 4.4 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 4.4

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Sat Oct  5 08:28:28 2013
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [4.4](./4_4_0/index.html)
+- [4.5](./4_5_0/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Sat Oct  5 08:28:28 2013
@@ -5,5 +5,5 @@ in the documentation for that release.
 
 The most recent versions can also be found online:
 
-- <a href="4_4_0/demo/overview-summary.html#overview_description">Lucene 4.4 Demo</a>
+- <a href="4_5_0/demo/overview-summary.html#overview_description">Lucene 4.5 Demo</a>
 

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Sat Oct  5 08:28:28 2013
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [4.4](./4_4_0/SYSTEM_REQUIREMENTS.html)
+- [4.5](./4_5_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Sat Oct  5 08:28:28 2013
@@ -1,5 +1,54 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 5 October 2013 - Apache Lucene 4.5 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5 available
+
+The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.5 and Apache Solr 4.5.
+
+Lucene can be downloaded from <http://lucene.apache.org/core/mirrors-core-latest-redir.html>
+and Solr can be downloaded from <http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+See the [Lucene CHANGES.txt](/core/4_5_0/changes/Changes.html) and
+[Solr CHANGES.txt](/solr/4_5_0/changes/Changes.html) files included
+with the release for a full list of details.
+
+### Highlights of the Lucene release include:
+
+* Added support for missing values to DocValues fields through
+  AtomicReader.getDocsWithField.
+
+* Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting missing
+  values and with most datastructures residing off-heap.
+
+* New in-memory DocIdSet implementations which are especially better than
+  FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.
+
+* CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which
+  has the same memory usage as FixedBitSet in the worst case but is smaller and faster on small sets.
+
+* TokenStreams now set the position increment in end(), so we can handle trailing holes.
+
+* IndexWriter no longer clones the given IndexWriterConfig.
+
+Lucene 4.5 also includes numerous optimizations and bugfixes.
+
+### Highlights of the Solr release include:
+
+* Custom sharding support, including the ability to shard by field.
+
+* DocValue improvements: single valued fields no longer require a default
+  value, allowiing dynamicFields to contain doc values, as well as
+  sortMissingFirst and sortMissingLast on docValue fields.
+
+* Ability to store solr.xml in ZooKeeper.
+
+* Multithreaded faceting.
+
+* CloudSolrServer can now route updates directly to the appropriate shard
+  leader.
+
+Solr 4.5 also includes numerous optimizations and bugfixes.
+
 ## 29 July 2013 - Apache Solr Reference Guide 4.4 Available
 
 The Lucene PMC is pleased to announce the release of the 

Modified: lucene/cms/trunk/content/solr/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/documentation.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/documentation.mdtext (original)
+++ lucene/cms/trunk/content/solr/documentation.mdtext Sat Oct  5 08:28:28 2013
@@ -29,7 +29,7 @@ Copies of this documentation for the mos
 each major branch under active development can also be found 
 online:
 
-- [4.4.0](./4_4_0/)
+- [4.5.0](./4_5_0/)
 
 ## The Apache Solr Reference Guide
 
@@ -44,4 +44,4 @@ or the various [books published about So
 
 
   [1]: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/ "Download the Solr Reference Guide"
-  [2]: ./books.html "Books About Solr"
\ No newline at end of file
+  [2]: ./books.html "Books About Solr"

Modified: lucene/cms/trunk/content/solr/solrnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/solrnews.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/solrnews.mdtext (original)
+++ lucene/cms/trunk/content/solr/solrnews.mdtext Sat Oct  5 08:28:28 2013
@@ -1,5 +1,43 @@
 # Solr<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 5 October 2013 - Apache Solr 4.5 Available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 4.5
+
+Solr is the popular, blazing fast, open source NoSQL search platform
+from the Apache Lucene project. Its major features include powerful
+full-text search, hit highlighting, faceted search, dynamic
+clustering, database integration, rich document (e.g., Word, PDF)
+handling, and geospatial search.  Solr is highly scalable, providing
+fault tolerant distributed search and indexing, and powers the search
+and navigation features of many of the world's largest internet sites.
+
+Solr 4.5 is available for immediate download at:
+  <http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+See the [CHANGES.txt](/solr/4_5_0/changes/Changes.html) file included
+with the release for a full list of details.
+
+### Solr 4.5 Release Highlights:
+
+Solr 4.5 Release Highlights:
+
+* Custom sharding support, including the ability to shard by field.
+
+* DocValue improvements: single valued fields no longer require a default
+  value, allowiing dynamicFields to contain doc values, as well as
+  sortMissingFirst and sortMissingLast on docValue fields.
+
+* Ability to store solr.xml in ZooKeeper.
+
+* Multithreaded faceting.
+
+* CloudSolrServer can now route updates directly to the appropriate shard
+  leader.
+
+Solr 4.5 also includes many other new features as well as numerous
+optimizations and bugfixes.
+
 ## 29 July 2013 - Apache Solr Reference Guide 4.4 Available
 
 The Lucene PMC is pleased to announce the release of the 

Modified: lucene/cms/trunk/content/solr/tutorial.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/tutorial.mdtext?rev=1529409&r1=1529408&r2=1529409&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/tutorial.mdtext (original)
+++ lucene/cms/trunk/content/solr/tutorial.mdtext Sat Oct  5 08:28:28 2013
@@ -6,10 +6,10 @@ in the documentation for that release.
 Copies of the tutorial for the most recent release of each 
 major branch under active development can also be found online:
 
-- <a href="4_4_0/tutorial.html">Solr 4.4.0 Tutorial</a>
+- <a href="4_5_0/tutorial.html">Solr 4.5.0 Tutorial</a>
 
 Users who have completed the tutorial, are encouraged to review 
 the [other documentation available][1].
 
 
-  [1]: documentation.html "Solr Documentation"
\ No newline at end of file
+  [1]: documentation.html "Solr Documentation"