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/18 19:15:10 UTC

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

Author: buildbot
Date: Sat Feb 18 18:15:10 2012
New Revision: 805275

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 Sat Feb 18 18:15:10 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=1245930;view=revision">r1245930</a>
-        fix javadoc (<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=1290836;view=revision">r1290836</a>
+        Update migrate docs for live docs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245927;view=revision">r1245927</a>
-        add null check (<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=1290830;view=revision">r1290830</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3762">LUCENE-3762</a>: update README to indicate junit 4.10.x (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245925;view=revision">r1245925</a>
-        dont ignore this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1290829;view=revision">r1290829</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-3137">SOLR-3137</a>: check for null orig solr.xml name (<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=1245903;view=revision">r1245903</a>
-        import missing (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1290825;view=revision">r1290825</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3768">LUCENE-3768</a>: Maven configuration: include modules/benchmark/conf/**/* in test resources for the benchmark module (<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=1245902;view=revision">r1245902</a>
-        Stop cruelty to monkeys and other animals (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245947;view=revision">r1245947</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3785">LUCENE-3785</a>: throw an exception if you set an index-time boost on a field that omits norms (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     </div></div>
     
@@ -548,6 +548,13 @@ once a segment is finished.</li>
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3796">[LUCENE-3796] Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a><br/>
+       <div class="section-content">
+        <p>Occasionally users are confused why index-time boosts are not applied to their norms-omitted fields.</p>
+
+<p>This is because we silently discard...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3798">[LUCENE-3798] Potential IndexReader leak in SearcherManager and NRTManager</a><br/>
        <div class="section-content">
         <p>SearcherManager and NRTManager ctors init a new IndexReader and call searcherFactory.newSearcher. The latter can throw IOE,in which case we fail...</p>
@@ -570,40 +577,29 @@ once a segment is finished.</li>
        <div class="section-content">
         <p>currently we just return null if a DVConsumer is pulled from 3.x which is trappy since it causes an NPE...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3776">[LUCENE-3776] NRTManager shouldn&apos;t expose its private SearcherManager</a><br/>
-       <div class="section-content">
-        <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3769" title="Simplify NRTManager"><del>LUCENE-3769</del></a>.</p>
-
-<p>To actually obtain an IndexSearcher from NRTManager, it&apos;s a 2-step process now.</p>
-
-<p>You must .getSearcherManager(), then...</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/%3c371927251.54317.1329574743079.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (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/%3c6C78E97C707B5B4C8CC61D44F87545860DD579@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #391: POMs out of sync</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210967#comment-13210967">https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210967#comment-13210967</a>
-] <br />&nbsp;<br />Mark Miller commented on SOLR-3126:
------------------------------------<br />&nbsp;<br />Hmm...somehow this has made regular replication recovery unstable in...
+        I forgot to commit the fix including benchmark/conf/**/* in the benchmark test resources that
+I committed to branch_3x.  I'll commit...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd_Wok83Q6wU2pYpMMpem6rXNwMpekybJu5nvucfo53zWA@mail.gmail.com%3e">Re: Reorg the website a bit.</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860DD54E@SUEX10-mbx-03.ad.syr.edu%3e">RE: New to Lucene</a></h4>
         <div class="section-content">
-        On Tue, Feb 7, 2012 at 9:13 PM, Mark Miller <ma...@gmail.com> wrote:
-> The news as the front page for the...</markrmiller>
+        Hi Aayush,<br />&nbsp;<br />Welcome!  Lucene/Solr Needs More Developers! (TM)<br />&nbsp;<br />Have you seen <<a href="http://wiki.apache.org/lucene-java/HowToContribute>?">http://wiki.apache.org/lucene-java/HowToContribute>?</a>  You may be particularly
+interested in...</<a href="http://wiki.apache.org/lucene-java/HowToContribute>
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd-6ZYtaR+C6Mp6eZs0mOFzVMNZzdO_SwEbuz=LgF_ENgw@mail.gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12447 - Failure</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAOdYfZV-VoGqjCy=P7GnEmJEy7VpFu9qHDDqU+1zNttBGepL1g@mail.gmail.com%3e">Re: [important] Refactoring of tests infrastructure.</a></h4>
         <div class="section-content">
-        On Sat, Feb 18, 2012 at 7:35 AM, Apache Jenkins Server
-<je...@builds.apache.org> wrote:
-> <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/</a>
-[...]<br />&nbsp;<br />Hmmm, so it looks...</jenkins>
+        On Sat, Feb 18, 2012 at 11:41 AM, Dawid Weiss
+<da...@cs.put.poznan.pl> wrote:
+>> Personally I say 'go for it'. My only...</dawid>
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Sat Feb 18 18:15:10 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/%3c371927251.54317.1329574743079.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (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/%3c6C78E97C707B5B4C8CC61D44F87545860DD579@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #391: POMs out of sync</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd_Wok83Q6wU2pYpMMpem6rXNwMpekybJu5nvucfo53zWA@mail.gmail.com%3e">Re: Reorg the website a bit.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860DD54E@SUEX10-mbx-03.ad.syr.edu%3e">RE: New to Lucene</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd-6ZYtaR+C6Mp6eZs0mOFzVMNZzdO_SwEbuz=LgF_ENgw@mail.gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12447 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAOdYfZV-VoGqjCy=P7GnEmJEy7VpFu9qHDDqU+1zNttBGepL1g@mail.gmail.com%3e">Re: [important] Refactoring of tests infrastructure.</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/%3cCABceSpAscaZ61yTmSL82Ywh5ekX56rRrUgmQHzD3pZV+xXRFMg@mail.gmail.com%3e">Re: How to handle to run testcases in ruby code for solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F3FD612.7070909@yahoo.de%3e">Re: how to delta index linked entities in 3.5.0</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAK9GPcRMeeY5+7fS_h5ou4wQvhHPNVaS-B872F9gXPZH8hQRZw@mail.gmail.com%3e">PointType hard-coded to Doubles?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAFCG46y0iXdR7Qq=o5W+K5HUUbH4nAygxBsJ+uCwAc9Pu2DbNQ@mail.gmail.com%3e">Re: Solritas: Modify $content in layout.vm</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329529942644-3755453.post@n3.nabble.com%3e">Re: how to delta index linked entities in 3.5.0</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCABceSpAscaZ61yTmSL82Ywh5ekX56rRrUgmQHzD3pZV+xXRFMg@mail.gmail.com%3e">Re: How to handle to run testcases in ruby code for 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 Sat Feb 18 18:15:10 2012
@@ -482,33 +482,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=1245930;view=revision">r1245930</a>
-            fix javadoc (<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=1290836;view=revision">r1290836</a>
+            Update migrate docs for live docs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245927;view=revision">r1245927</a>
-            add null check (<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=1290830;view=revision">r1290830</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3762">LUCENE-3762</a>: update README to indicate junit 4.10.x (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245925;view=revision">r1245925</a>
-            dont ignore this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1290829;view=revision">r1290829</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-3137">SOLR-3137</a>: check for null orig solr.xml name (<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=1245903;view=revision">r1245903</a>
-            import missing (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1290825;view=revision">r1290825</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3768">LUCENE-3768</a>: Maven configuration: include modules/benchmark/conf/**/* in test resources for the benchmark module (<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=1245902;view=revision">r1245902</a>
-            Stop cruelty to monkeys and other animals (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245947;view=revision">r1245947</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3785">LUCENE-3785</a>: throw an exception if you set an index-time boost on a field that omits norms (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
         </div>
@@ -519,6 +519,11 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3137">[SOLR-3137] When solr.xml is persisted, you lose all system property substitution that was used. </a><br/>
+          <div class="section-content">
+                         <p>A lesser issue is that we also write out properties that where not originally in the file with the defaults...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3126">[SOLR-3126] We should try to do a quick sync on std start up recovery before trying to do a full blown replication.</a><br/>
           <div class="section-content">
                          <p>just more efficient - especially on cluster shutdown/start where the replicas may all be up to date and match anway....</p>
@@ -543,11 +548,6 @@ as well as new analysis capabilities.</l
                          <p>The attached patch modifies the new website design to incorporate the book information.  It ads a header "mantle" slideshow entry...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2907">[SOLR-2907] java.lang.IllegalArgumentException: deltaQuery has no column to resolve to declared primary key pk=&apos;ITEM_ID, CATEGORY_ID&apos;</a><br/>
-          <div class="section-content">
-                         <p>We are using solr for our site and ran into this error in our own schema and I was able...</p>
-          </div>
-          
         </div>
         
       </div>
@@ -556,25 +556,23 @@ 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/%3c371927251.54317.1329574743079.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (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/%3c6C78E97C707B5B4C8CC61D44F87545860DD579@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #391: POMs out of sync</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210967#comment-13210967">https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210967#comment-13210967</a>
-] <br />&nbsp;<br />Mark Miller commented on SOLR-3126:
------------------------------------<br />&nbsp;<br />Hmm...somehow this has made regular replication recovery unstable in...
+          I forgot to commit the fix including benchmark/conf/**/* in the benchmark test resources that
+I committed to branch_3x.  I'll commit...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd_Wok83Q6wU2pYpMMpem6rXNwMpekybJu5nvucfo53zWA@mail.gmail.com%3e">Re: Reorg the website a bit.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860DD54E@SUEX10-mbx-03.ad.syr.edu%3e">RE: New to Lucene</a></h4>
           <div class="section-content">
-          On Tue, Feb 7, 2012 at 9:13 PM, Mark Miller <ma...@gmail.com> wrote:
-> The news as the front page for the...</markrmiller>
+          Hi Aayush,<br />&nbsp;<br />Welcome!  Lucene/Solr Needs More Developers! (TM)<br />&nbsp;<br />Have you seen <<a href="http://wiki.apache.org/lucene-java/HowToContribute>?">http://wiki.apache.org/lucene-java/HowToContribute>?</a>  You may be particularly
+interested in...</<a href="http://wiki.apache.org/lucene-java/HowToContribute>
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd-6ZYtaR+C6Mp6eZs0mOFzVMNZzdO_SwEbuz=LgF_ENgw@mail.gmail.com%3e">Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12447 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAOdYfZV-VoGqjCy=P7GnEmJEy7VpFu9qHDDqU+1zNttBGepL1g@mail.gmail.com%3e">Re: [important] Refactoring of tests infrastructure.</a></h4>
           <div class="section-content">
-          On Sat, Feb 18, 2012 at 7:35 AM, Apache Jenkins Server
-<je...@builds.apache.org> wrote:
-> <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/</a>
-[...]<br />&nbsp;<br />Hmmm, so it looks...</jenkins>
+          On Sat, Feb 18, 2012 at 11:41 AM, Dawid Weiss
+<da...@cs.put.poznan.pl> wrote:
+>> Personally I say 'go for it'. My only...</dawid>
             </div>
           
         </div>
@@ -585,23 +583,21 @@ 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/%3cCABceSpAscaZ61yTmSL82Ywh5ekX56rRrUgmQHzD3pZV+xXRFMg@mail.gmail.com%3e">Re: How to handle to run testcases in ruby code for solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F3FD612.7070909@yahoo.de%3e">Re: how to delta index linked entities in 3.5.0</a></h4>
           <div class="section-content">
-          Are you asking how to test your own code, that happens to have a solr
-query somewhere in the middle...
+          Hi Adam,<br />&nbsp;<br />I made a quick review of the DIH-code in your exception and it seems
+like it is...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAK9GPcRMeeY5+7fS_h5ou4wQvhHPNVaS-B872F9gXPZH8hQRZw@mail.gmail.com%3e">PointType hard-coded to Doubles?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAFCG46y0iXdR7Qq=o5W+K5HUUbH4nAygxBsJ+uCwAc9Pu2DbNQ@mail.gmail.com%3e">Re: Solritas: Modify $content in layout.vm</a></h4>
           <div class="section-content">
-          The PointType seems to be hard-coded to use doubles. Where in the code
-does this happen?<br />&nbsp;<br />-- 
-Lance Norskog...
+          Yes, I'm using the example configuration (Solr-3.4).<br />&nbsp;<br />What I'm trying to do is to remove the menus on the...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329529942644-3755453.post@n3.nabble.com%3e">Re: how to delta index linked entities in 3.5.0</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCABceSpAscaZ61yTmSL82Ywh5ekX56rRrUgmQHzD3pZV+xXRFMg@mail.gmail.com%3e">Re: How to handle to run testcases in ruby code for solr</a></h4>
           <div class="section-content">
-          Thanks for your thoughts Shawn.  I did notice 3.x tightened up alot and I did
-account for it by making...
+          Are you asking how to test your own code, that happens to have a solr
+query somewhere in the middle...
           </div>
           
         </div>