You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/14 05:56:40 UTC

svn commit: r1372720 - in /lucene/cms/trunk/content: mainnews.mdtext solr/solrnews.mdtext

Author: rmuir
Date: Tue Aug 14 03:56:40 2012
New Revision: 1372720

URL: http://svn.apache.org/viewvc?rev=1372720&view=rev
Log:
add solr, main news

Modified:
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/solrnews.mdtext

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1372720&r1=1372719&r2=1372720&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Tue Aug 14 03:56:40 2012
@@ -1,5 +1,64 @@
 # News
 
+##14 August 2012 - Lucene Core 4.0-BETA and Solr 4.0-BETA Available
+
+The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.0-BETA and Apache Solr 4.0-BETA
+
+Lucene can be downloaded from <a href="/core/mirrors-core-latest-redir.html?">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="/solr/mirrors-solr-latest-redir.html?">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a>
+
+Highlights of the Lucene release include:
+
+- <a href="http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/index/IndexWriter.html#tryDeleteDocument%28org.apache.lucene.index.IndexReader,%20int%29">
+  IndexWriter.tryDeleteDocument</a> can sometimes delete by document ID,
+  for higher performance in some applications.
+
+- New experimental postings formats: <a href="http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/codecs/bloom/BloomFilteringPostingsFormat.html">
+  BloomFilteringPostingsFormat</a> uses a bloom filter to sometimes avoid
+  disk seeks when looking up terms,
+  <a href="http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/codecs/memory/DirectPostingsFormat.html">
+  DirectPostingsFormat</a> holds all postings as simple byte[] and int[]
+  for very fast performance at the cost of very high RAM consumption.
+
+- CJK analysis improvements: <a href="http://lucene.apache.org/core/4_0_0-BETA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseIterationMarkCharFilter.html">
+  JapaneseIterationMarkCharFilter</a> normalizes Japanese iteration marks,
+  added unigram+bigram support to <a href="http://lucene.apache.org/core/4_0_0-BETA/analyzers-common/org/apache/lucene/analysis/cjk/CJKBigramFilter.html">
+  CJKBigramFilter</a>.
+
+- Improvements to Scorer navigation API (<a href="http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/search/Scorer.html#getChildren%28%29">
+  Scorer.getChildren</a>) to support all queries, useful for determining
+  which portions of the query matched.
+
+- Analysis improvements: factories for creating <a href="http://lucene.apache.org/core/4_0_0-BETA/analyzers-common/org/apache/lucene/analysis/util/TokenizerFactory.html">
+  Tokenizer</a>, <a href="http://lucene.apache.org/core/4_0_0-BETA/analyzers-common/org/apache/lucene/analysis/util/TokenFilterFactory.html">
+  TokenFilter</a>, and <a href="http://lucene.apache.org/core/4_0_0-BETA/analyzers-common/org/apache/lucene/analysis/util/CharFilterFactory.html">
+  CharFilter</a> have been moved from Solr to Lucene's analysis module,
+  less memory overhead for StandardTokenizer and Snowball filters.
+
+- Improved highlighting for multi-valued fields.
+
+- Various other API changes, optimizations and bug fixes.
+
+Highlights of the Solr release include:
+
+- Added a Collection management API for <a href="http://wiki.apache.org/solr/SolrCloud/">Solr Cloud</a>.
+
+- Solr Admin UI now clearly displays failures related to initializing SolrCores
+
+- Updatable documents can create a document if it doesn't already exist,
+  or you can force that the document must already exist.
+
+- Full delete-by-query support for Solr Cloud.
+
+- Default to <a href="http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/core/NRTCachingDirectoryFactory.html">
+  NRTCachingDirectory</a> for improved near-realtime performance.
+
+- Improved <a href="http://wiki.apache.org/solr/Solrj">Solrj</a> client performance
+  with Solr Cloud: updates are only sent to leaders by default.
+
+- Various other API changes, optimizations and bug fixes.
+
 ## 22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available
 
 The Lucene PMC is pleased to announce the availability

Modified: lucene/cms/trunk/content/solr/solrnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/solrnews.mdtext?rev=1372720&r1=1372719&r2=1372720&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/solrnews.mdtext (original)
+++ lucene/cms/trunk/content/solr/solrnews.mdtext Tue Aug 14 03:56:40 2012
@@ -1,5 +1,49 @@
 # Solr News
 
+## 14 August 2012 - Apache Solr 4.0-beta available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 4.0-beta.
+
+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.0-beta is available for immediate download at:
+  <a href="/solr/mirrors-solr-latest-redir.html?">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a>
+
+See the <a href="http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_0_0_BETA/solr/CHANGES.txt">
+CHANGES.txt</a> file included with the release for a full list of
+details.
+
+Highlights of changes since 4.0-alpha:
+
+- Added a Collection management API for <a href="http://wiki.apache.org/solr/SolrCloud/">Solr Cloud</a>.
+  
+- Solr Admin UI now clearly displays failures related to initializing SolrCores
+
+- Updatable documents can create a document if it doesn't already exist,
+  or you can force that the document must already exist.
+
+- Full delete-by-query support for Solr Cloud.
+
+- Default to <a href="http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/core/NRTCachingDirectoryFactory.html">
+  NRTCachingDirectory</a> for improved near-realtime performance.
+
+- Improved <a href="http://wiki.apache.org/solr/Solrj">Solrj</a> client performance 
+  with Solr Cloud: updates are only sent to leaders by default.
+
+- Various other API changes, optimizations and bug fixes. 
+
+This is a beta for early adopters. The guarantee for this beta release is that the index 
+format will be the 4.0 index format, supported through the 5.x series of Lucene/Solr, unless there 
+is a critical bug (e.g. that would cause index corruption) that would prevent this.
+
+Please report any feedback to the mailing lists (<a href="http://lucene.apache.org/solr/discussion.html">http://lucene.apache.org/solr/discussion.html</a>)
+
 ## 22 July 2012 - Apache Solr 3.6.1 available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 3.6.1.