You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/11/13 21:39:54 UTC

svn commit: r838269 - in /websites/staging/lucene/trunk/content: ./ solr/index.html

Author: buildbot
Date: Tue Nov 13 20:39:53 2012
New Revision: 838269

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/index.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 13 20:39:53 2012
@@ -1 +1 @@
-1407414
+1408947

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Tue Nov 13 20:39:53 2012
@@ -227,10 +227,10 @@
     <div id="main">
       <h1 class="title">Apache Solr</h1>
 
-      <div><p>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, rich document (e.g., Word, PDF) handling, and geospatial search. 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.</p>
+      <div><p>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, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.</p>
 <p>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.</p>
 <p>See the complete feature list for more details.</p>
-<p>For more information about Solr, please see the Solr wiki.</p></div>
+<p>For more information about Solr, please see the <a href="http://wiki.apache.org/solr/">Solr wiki</a>.</p></div>
       
 <div><h1 id="features">Features</h1>
 <p>Solr is a standalone enterprise search server with a REST-like API. You put documents in it (called "indexing") via XML, JSON or binary over HTTP. You query it via HTTP GET and receive XML, JSON, or binary results.</p>
@@ -410,33 +410,34 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1400915;view=revision">r1400915</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4496">LUCENE-4496</a>: don't decode unnecessary blocks in 4.1 codec (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1408885;view=revision">r1408885</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-4051">SOLR-4051</a>: fix typo (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#jdyer">jdyer</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1400634;view=revision">r1400634</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4481">LUCENE-4481</a>: add back some optos (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1408880;view=revision">r1408880</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-4051">SOLR-4051</a>: Configurable DIH Property Writers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#jdyer">jdyer</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1400565;view=revision">r1400565</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-3906">SOLR-3906</a>: add factory for AnalyzingSuggester (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1408873;view=revision">r1408873</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-4051">SOLR-4051</a>: Configurable DIH Property Writers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#jdyer">jdyer</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1400561;view=revision">r1400561</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4446">LUCENE-4446</a>: add changes entry (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1408841;view=revision">r1408841</a>
+            Use the new StoredDocument API in the example code.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1400504;view=revision">r1400504</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4479">LUCENE-4479</a>: Fix highlighter on index w/ positions but no offsets (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1408831;view=revision">r1408831</a>
+            * <a href="https://issues.apache.org/jira/browse/SOLR-4003">SOLR-4003</a>: The SolrZKClient clean method should not try and clear zk paths that start with /zookeeper, as this... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
           </div>
           
         </div>
@@ -448,15 +449,16 @@ numeric fields or query relevancy scores
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/renekrie/statuses/260409344653418496">@</a>Looking forward to London Open Source Search Social tomorrow <a href="http://t.co/nmbCiodf">http://t.co/nmbCiodf</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23xapian">#xapian</a> <a href="http://twitter.com/search?q=%23oss">#oss</a> <a href="http://twitter.com/search?q=%23london">#london</a>
+             <a href="http://twitter.com/ossdoc/statuses/268379754669953024">@</a>RT <a href="http://twitter.com/TonyXavier">@TonyXavier</a>: ElasticSearch may be more complex than Autonomy or Endeca. <a href="http://t.co/l3jkE18G">http://t.co/l3jkE18G</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23opensource">#opensource</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/rudyrosciglione/statuses/260383001140158464">@</a><a href="http://twitter.com/Cine">Cine</a>: Bike <a href="http://t.co/jHDUsnCi">http://t.co/jHDUsnCi</a> <a href="http://twitter.com/search?q=%23cinemagraph">#cinemagraph</a> <a href="http://twitter.com/search?q=%23gif">#gif</a> <a href="http://twitter.com/search?q=%23bike">#bike</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23energy">#energy</a> <a href="http://twitter.com/search?q=%23zen">#zen</a>
+             <a href="http://twitter.com/ggdupont/statuses/268373012905095168">@</a><a href="http://twitter.com/search?q=%23LAWA">#LAWA</a> workshop <a href="http://twitter.com/search?q=%23bigdata">#bigdata</a> <a href="http://twitter.com/search?q=%23analytics">#analytics</a>
+Testing <a href="http://twitter.com/search?q=%23terrier">#terrier</a> and <a href="http://twitter.com/search?q=%23solr">#solr</a> for search capabilities
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/rudydokter/statuses/260324686519484416">@</a>Using <a href="http://twitter.com/cfjedimaster">@cfjedimaster</a> 's Apache <a href="http://twitter.com/search?q=%23Tika">#Tika</a> wrapper 4 extracting text from various documents be4 feeding it to <a href="http://twitter.com/search?q=%23SOLR">#SOLR</a>  <a href="http://t.co/sA4K2oRO">http://t.co/sA4K2oRO</a> <a href="http://twitter.com/search?q=%23HowNice!">#HowNice!</a>
+             <a href="http://twitter.com/TonyXavier/statuses/268371030609899521">@</a>ElasticSearch may be more complex than Autonomy or Endeca. <a href="http://t.co/l3jkE18G">http://t.co/l3jkE18G</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23opensource">#opensource</a>
           </div>
           
         </div>