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/02/15 01:15:11 UTC

svn commit: r804850 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Author: buildbot
Date: Wed Feb 15 00:15:11 2012
New Revision: 804850

Log:
Production update by buildbot for lucene

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/content/solr/index.html

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Wed Feb 15 00:15:11 2012
@@ -514,33 +514,33 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244236;view=revision">r1244236</a>
-        [<a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>] - Creating the analysis-uima module for UIMA based tokenizers/analyzers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244281;view=revision">r1244281</a>
+        ignore until <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a> is fixed (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244231;view=revision">r1244231</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-3122">SOLR-3122</a>: allow interrupting zkcmdoperations and some test work (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244275;view=revision">r1244275</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>: Maven and IntelliJ IDEA configuration: fleshed these configurations out so they're functional (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244217;view=revision">r1244217</a>
-        fix TODO: move lucene40-impl specific classes to lucene40 package, and make pkg-private (so generic names like Ints,Writer etc arent public)... (<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=1244266;view=revision">r1244266</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3762">LUCENE-3762</a>: Maven configuration: upgrade JUnit dependency version from 4.7 to 4.10 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244212;view=revision">r1244212</a>
-        add shardId to create cmd (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244236;view=revision">r1244236</a>
+        [<a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>] - Creating the analysis-uima module for UIMA based tokenizers/analyzers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244204;view=revision">r1244204</a>
-        remove dead code (<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=1244231;view=revision">r1244231</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-3122">SOLR-3122</a>: allow interrupting zkcmdoperations and some test work (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
       </div>
     </div></div>
     
@@ -553,6 +553,11 @@ once a segment is finished.</li>
         <p>As discussed in <a href="https://issues.apache.org/jira/browse/SOLR-3013" title="Add UIMA based tokenizers / filters that can be used in the schema.xml">SOLR-3013</a> the UIMA Tokenizers/Analyzer should be refactored out in a separate module (modules/analysis/uima) as they can be...</p>
        </div>
     
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3762">[LUCENE-3762] Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a><br/>
+       <div class="section-content">
+        <p>Both Lucene and Solr use JUnit 4.7. I suggest we move forward and upgrade to JUnit 4.10 which provides several...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3754">[LUCENE-3754] Store generated archive manifests in per-module output directories</a><br/>
        <div class="section-content">
         <p>Currently, generated archive manifests are all stored in the same location, so each module&apos;s build overwrites the previously built module&apos;s...</p>
@@ -571,36 +576,31 @@ I think its worth...</p>
 <ul>
 	<li>TeeCodec: there have been attempts in the past to implement parallel writing to...</li></ul>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3714">[LUCENE-3714] add suggester that uses shortest path/wFST instead of buckets</a><br/>
-       <div class="section-content">
-        <p>Currently the FST suggester (really an FSA) quantizes weights into buckets (e.g. single byte) and puts them in front of...</p>
-       </div>
     </div></div>
     
     
     <div id="dev-mail">
       <h1>Latest Dev</h1>
       <div class="status-item">
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1802247792.38220.1329257760956.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c57362B08-6634-4B4A-9109-2A3475CF9F35@gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208076#comment-13208076">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208076#comment-13208076</a>
-] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
------------------------------------------<br />&nbsp;<br />committed on trunk in r1244236<br />&nbsp;<br />> Create a...
+        Doh - didn't run tests with a high enough multiplier - fix coming.<br />&nbsp;<br />On Feb 14, 2012, at 5:36...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c378251185.38218.1329257760828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAM21Rt-OXtEL08Q0UXrSgoCntTf7YhQsdZJGPrNZyrGXK667HA@mail.gmail.com%3e">Re: Welcome Christian Moen as committer</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208075#comment-13208075">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208075#comment-13208075</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3731:
--------------------------------------<br />&nbsp;<br />Thanks for factoring this out Tommaso.<br />&nbsp;<br />> Create...
+        Welcome Christian!
+Dawid<br />&nbsp;<br />On Tue, Feb 14, 2012 at 11:28 PM, Martijn v Groningen
+<ma...@gmail.com> wrote:
+> Welcome Christian!
+>...</martijn>
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1571229416.38211.1329257642074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3126) We should try to do a quick sync on std start up recovery before trying to do a full blown replication.</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c521716824.3191329259028483.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Mark Miller updated SOLR-3126:
-------------------------------<br />&nbsp;<br />    Attachment: SOLR-3126.patch<br />&nbsp;<br />path for this - I stop committing...
+        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1735/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1735/</a><br />&nbsp;<br />1 tests failed.
+REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
+shard7 is not consistent, expected:27 and got:25<br />&nbsp;<br />Stack...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Wed Feb 15 00:15:11 2012
@@ -631,11 +631,11 @@ as well as new analysis capabilities.</l
         <div id="dev-mail">
           <h1>Latest Dev</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1802247792.38220.1329257760956.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c57362B08-6634-4B4A-9109-2A3475CF9F35@gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c378251185.38218.1329257760828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAM21Rt-OXtEL08Q0UXrSgoCntTf7YhQsdZJGPrNZyrGXK667HA@mail.gmail.com%3e">Re: Welcome Christian Moen as committer</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1571229416.38211.1329257642074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3126) We should try to do a quick sync on std start up recovery before trying to do a full blown replication.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c521716824.3191329259028483.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
           </div>
         </div>
         <div id="core-user-mail">
@@ -651,11 +651,11 @@ as well as new analysis capabilities.</l
         <div id="solr-user-mail">
           <h1>Latest Solr User</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c0AF290BC-FBDE-42FE-B173-2EB121958774@hoplahup.net%3e">Re: Semantic autocomplete with Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329259895159-3745369.post@n3.nabble.com%3e">payload and exact match</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+WtSxxvk1+AozkWmSDccRvCCJtPAtdMhGzqZW0e1uoXFr2JSg@mail.gmail.com%3e">Re: Need help with graphing function (MATH)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAEN8dyXT0u-XFi9wNOKCvjEwgH09ns=0YokkRJLJwkwkKff1-g@mail.gmail.com%3e">Re: Semantic autocomplete with Solr</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+rUdO0irgG7L6d_bnuXeVE34D+NOo=THenM6bPgpEOgwpiTOA@mail.gmail.com%3e">Semantic autocomplete with Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+rUdO2ssZOd8YuMu3_bdZdOE89wDpAbTaAO3YqRpU6kLhqH6g@mail.gmail.com%3e">Re: Semantic autocomplete with Solr</a></h4>
           </div>
         </div>
       </div>

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Wed Feb 15 00:15:11 2012
@@ -463,33 +463,33 @@ as well as new analysis capabilities.</l
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244236;view=revision">r1244236</a>
-            [<a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>] - Creating the analysis-uima module for UIMA based tokenizers/analyzers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244281;view=revision">r1244281</a>
+            ignore until <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a> is fixed (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244231;view=revision">r1244231</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-3122">SOLR-3122</a>: allow interrupting zkcmdoperations and some test work (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244275;view=revision">r1244275</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>: Maven and IntelliJ IDEA configuration: fleshed these configurations out so they're functional (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244217;view=revision">r1244217</a>
-            fix TODO: move lucene40-impl specific classes to lucene40 package, and make pkg-private (so generic names like Ints,Writer etc arent public)... (<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=1244266;view=revision">r1244266</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3762">LUCENE-3762</a>: Maven configuration: upgrade JUnit dependency version from 4.7 to 4.10 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244212;view=revision">r1244212</a>
-            add shardId to create cmd (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244236;view=revision">r1244236</a>
+            [<a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>] - Creating the analysis-uima module for UIMA based tokenizers/analyzers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244204;view=revision">r1244204</a>
-            remove dead code (<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=1244231;view=revision">r1244231</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-3122">SOLR-3122</a>: allow interrupting zkcmdoperations and some test work (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
           </div>
           
         </div>
@@ -533,25 +533,25 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1802247792.38220.1329257760956.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c57362B08-6634-4B4A-9109-2A3475CF9F35@gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208076#comment-13208076">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208076#comment-13208076</a>
-] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
------------------------------------------<br />&nbsp;<br />committed on trunk in r1244236<br />&nbsp;<br />> Create a...
+          Doh - didn't run tests with a high enough multiplier - fix coming.<br />&nbsp;<br />On Feb 14, 2012, at 5:36...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c378251185.38218.1329257760828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAM21Rt-OXtEL08Q0UXrSgoCntTf7YhQsdZJGPrNZyrGXK667HA@mail.gmail.com%3e">Re: Welcome Christian Moen as committer</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208075#comment-13208075">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208075#comment-13208075</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3731:
--------------------------------------<br />&nbsp;<br />Thanks for factoring this out Tommaso.<br />&nbsp;<br />> Create...
+          Welcome Christian!
+Dawid<br />&nbsp;<br />On Tue, Feb 14, 2012 at 11:28 PM, Martijn v Groningen
+<ma...@gmail.com> wrote:
+> Welcome Christian!
+>...</martijn>
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1571229416.38211.1329257642074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3126) We should try to do a quick sync on std start up recovery before trying to do a full blown replication.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c521716824.3191329259028483.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1735 - Still Failing</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Mark Miller updated SOLR-3126:
-------------------------------<br />&nbsp;<br />    Attachment: SOLR-3126.patch<br />&nbsp;<br />path for this - I stop committing...
+          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1735/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1735/</a><br />&nbsp;<br />1 tests failed.
+REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
+shard7 is not consistent, expected:27 and got:25<br />&nbsp;<br />Stack...
             </div>
           
         </div>
@@ -562,22 +562,20 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c0AF290BC-FBDE-42FE-B173-2EB121958774@hoplahup.net%3e">Re: Semantic autocomplete with Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329259895159-3745369.post@n3.nabble.com%3e">payload and exact match</a></h4>
           <div class="section-content">
-          facetting?<br />&nbsp;<br />paul<br />&nbsp;<br />Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit :<br />&nbsp;<br />> Hey guys,
->...
+          Is there the possibility of perform 'exact search' in a payload field?<br />&nbsp;<br />I'have to index text with auxiliary info...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+WtSxxvk1+AozkWmSDccRvCCJtPAtdMhGzqZW0e1uoXFr2JSg@mail.gmail.com%3e">Re: Need help with graphing function (MATH)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAEN8dyXT0u-XFi9wNOKCvjEwgH09ns=0YokkRJLJwkwkKff1-g@mail.gmail.com%3e">Re: Semantic autocomplete with Solr</a></h4>
           <div class="section-content">
-          agreeing with wunder - I don't know the application, but I think almost
-always, a set of linear approximations over...
+          done something along these lines:<br />&nbsp;<br /><a href="https://svnweb.cern.ch/trac/rcarepo/wiki/InspireAutoSuggest#Autosuggestautocompletefunctionality">https://svnweb.cern.ch/trac/rcarepo/wiki/InspireAutoSuggest#Autosuggestautocompletefunctionality</a><br />&nbsp;<br />but you would need MontySolr for that - <a href="https://github.com/romanchyla/montysolr">https://github.com/romanchyla/montysolr</a><br />&nbsp;<br />roman<br />&nbsp;...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+rUdO0irgG7L6d_bnuXeVE34D+NOo=THenM6bPgpEOgwpiTOA@mail.gmail.com%3e">Semantic autocomplete with Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCA+rUdO2ssZOd8YuMu3_bdZdOE89wDpAbTaAO3YqRpU6kLhqH6g@mail.gmail.com%3e">Re: Semantic autocomplete with Solr</a></h4>
           <div class="section-content">
-          Hey guys,<br />&nbsp;<br />Has anyone done any kind of "smart" autocomplete? Let's say we have a web
-store, and we'd...
+          Hm... I used it for some basic group by feature, but haven't thought of it
+for autocomplete. I'll give it...
           </div>
           
         </div>
@@ -589,15 +587,15 @@ store, and we'd...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/DZone/statuses/169552792757874688">@</a>"Solr Query Change Beats JVM Tuning" <a href="http://t.co/raHDWsWe">http://t.co/raHDWsWe</a> <a href="http://twitter.com/search?q=%23Java">#Java</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
+             <a href="http://twitter.com/searchblox/statuses/169572457831866368">@</a>Try out our <a href="http://twitter.com/search?q=%23cloud">#cloud</a> <a href="http://twitter.com/search?q=%23search">#search</a> for your website? <a href="http://t.co/dwLG68gZ">http://t.co/dwLG68gZ</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23aws">#aws</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/VimeoJobs/statuses/169522933587394560">@</a>Work <a href="http://twitter.com/Vimeo">@Vimeo</a> as a <a href="http://twitter.com/search?q=%23Backend">#Backend</a> <a href="http://twitter.com/search?q=%23Engineer:">#Engineer:</a> bit.ly/xM5OOj <a href="http://twitter.com/search?q=%23unix">#unix</a> <a href="http://twitter.com/search?q=%23php">#php</a> <a href="http://twitter.com/search?q=%23python">#python</a> <a href="http://twitter.com/search?q=%23hadoop">#hadoop</a>  <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> Check us out here: vimeo.com/jobs
+             <a href="http://twitter.com/DZone/statuses/169552792757874688">@</a>"Solr Query Change Beats JVM Tuning" <a href="http://t.co/raHDWsWe">http://t.co/raHDWsWe</a> <a href="http://twitter.com/search?q=%23Java">#Java</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/Cybersmog/statuses/169515094651322370">@</a>.<a href="http://twitter.com/irnnr">@irnnr</a> Great! Thx a lot for your effort! <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a>
+             <a href="http://twitter.com/VimeoJobs/statuses/169522933587394560">@</a>Work <a href="http://twitter.com/Vimeo">@Vimeo</a> as a <a href="http://twitter.com/search?q=%23Backend">#Backend</a> <a href="http://twitter.com/search?q=%23Engineer:">#Engineer:</a> bit.ly/xM5OOj <a href="http://twitter.com/search?q=%23unix">#unix</a> <a href="http://twitter.com/search?q=%23php">#php</a> <a href="http://twitter.com/search?q=%23python">#python</a> <a href="http://twitter.com/search?q=%23hadoop">#hadoop</a>  <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> Check us out here: vimeo.com/jobs
           </div>
           
         </div>