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/16 14:15:10 UTC

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

Author: buildbot
Date: Thu Feb 16 13:15:10 2012
New Revision: 805064

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 Thu Feb 16 13:15:10 2012
@@ -514,6 +514,12 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244964;view=revision">r1244964</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3794">LUCENE-3794</a>: DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1244925;view=revision">r1244925</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>
@@ -536,45 +542,37 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>: remove unnecessary code (<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=1244704;view=revision">r1244704</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3791">LUCENE-3791</a>: &quot;ant eclipse&quot; sets up default project formatting. No XML
-formatter style to import anymore. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
-      </div>
     </div></div>
     
     
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3731">[LUCENE-3731] Create a analysis/uima module for UIMA based tokenizers/analyzers</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3760">[LUCENE-3760] Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()</a><br/>
        <div class="section-content">
-        <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>
+        <p>Spinoff from Ryan&apos;s dev thread "DR.getCommitUserData() vs DR.getIndexCommit().getUserData()"... these methods are confusing/dups right now.</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3792">[LUCENE-3792] Remove StringField</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3794">[LUCENE-3794] DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail)</a><br/>
        <div class="section-content">
-        <p>Often on the mailing list there is confusion about NOT_ANALYZED.</p>
-
-<p>Besides being useless (Just use KeywordAnalyzer instead), people trip up...</p>
+        <p>DirTaxoWriter sets createTime to null after it put it in the commit data once. But that&apos;s wrong because if one...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3794">[LUCENE-3794] DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail)</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3109">[LUCENE-3109] Rename FieldsConsumer to InvertedFieldsConsumer</a><br/>
        <div class="section-content">
-        <p>DirTaxoWriter sets createTime to null after it put it in the commit data once. But that&apos;s wrong because if one...</p>
+        <p>The name FieldsConsumer is missleading here it really is an InvertedFieldsConsumer and since we are extending codecs to consume non-inverted...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3793">[LUCENE-3793] Use ReferenceManager in DirectoryTaxonomyReader</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3731">[LUCENE-3731] Create a analysis/uima module for UIMA based tokenizers/analyzers</a><br/>
        <div class="section-content">
-        <p>DirTaxoReader uses hairy code to protect its indexReader instance from <br/>
-being modified while threads use it. It maintains a ReentrantLock...</p>
+        <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-3754">[LUCENE-3754] Store generated archive manifests in per-module output directories</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3792">[LUCENE-3792] Remove StringField</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>
+        <p>Often on the mailing list there is confusion about NOT_ANALYZED.</p>
+
+<p>Besides being useless (Just use KeywordAnalyzer instead), people trip up...</p>
        </div>
     </div></div>
     
@@ -582,32 +580,25 @@ being modified while threads use it. It 
     <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/%3c75261488.45711.1329391381081.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3794) DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail)</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c466003068.45804.1329394859600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3109) Rename FieldsConsumer to InvertedFieldsConsumer</a></h4>
         <div class="section-content">
-        DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh()
-to falsely succeed (or fail)
------------------------------------------------------------------------------------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3794
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3794">https://issues.apache.org/jira/browse/LUCENE-3794</a>
-             Project:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209305#comment-13209305">https://issues.apache.org/jira/browse/LUCENE-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209305#comment-13209305</a>
+] <br />&nbsp;<br />Iulius Curt commented on LUCENE-3109:
+-------------------------------------<br />&nbsp;<br />Is this still valid? (It looks like a good...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c836884452.45697.1329391260777.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3793) Use ReferenceManager in DirectoryTaxonomyReader</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c171591412.45796.1329394739796.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
         <div class="section-content">
-        Use ReferenceManager in DirectoryTaxonomyReader
------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3793
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3793">https://issues.apache.org/jira/browse/LUCENE-3793</a>
-             Project: Lucene - Java
-          Issue Type: Improvement
-          Components: modules/facet
-            Reporter:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209304#comment-13209304">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209304#comment-13209304</a>
+] <br />&nbsp;<br />Robert Muir commented on LUCENE-3731:
+-------------------------------------<br />&nbsp;<br />Is that safe to do in Tokenizer.close() ?<br />&nbsp;...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c440779145.45666.1329390419536.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3792) Remove StringField</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c491384827.45780.1329394379856.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209273#comment-13209273">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209273#comment-13209273</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3792:
--------------------------------------<br />&nbsp;<br />{quote}
-Not everybody is using Lucene purely as a...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209301#comment-13209301">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209301#comment-13209301</a>
+] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
+-----------------------------------------<br />&nbsp;<br />some improvement in performance came out releasing the CAS...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Thu Feb 16 13: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/%3c75261488.45711.1329391381081.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3794) DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c466003068.45804.1329394859600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3109) Rename FieldsConsumer to InvertedFieldsConsumer</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c836884452.45697.1329391260777.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3793) Use ReferenceManager in DirectoryTaxonomyReader</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c171591412.45796.1329394739796.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/%3c440779145.45666.1329390419536.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3792) Remove StringField</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c491384827.45780.1329394379856.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</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/%3c1329391124246-3749881.post@n3.nabble.com%3e">Realtime search with multi clients updating index simultaneously.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDYesrS1weVWJ0_=1=njD6RVOgBzFo6_NQ6DFRE0T0OAJg@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCANXnDUhyJ+5VBiN403FDY0Boq+QcFDj5EULeGs0gzRxdmLY4rA@mail.gmail.com%3e">Re: Spatial Search and faceting</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCADWj90EPiNMf-AStJf-82erLXr2vZAX09mb7chsCCN58Cr-P+Q@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDbdhXpBSMfCitZcK2DcN6iotc+2MxEfjumNWZ=yTHf2=w@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDbyvThKRhK-YNNCvZQ6VS5rRVDLkq-sxhdaNr02XGEs1Q@mail.gmail.com%3e">Re: Entity with multiple datasources</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 Thu Feb 16 13:15:10 2012
@@ -463,6 +463,12 @@ 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=1244964;view=revision">r1244964</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3794">LUCENE-3794</a>: DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1244925;view=revision">r1244925</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>
@@ -486,13 +492,6 @@ as well as new analysis capabilities.</l
             <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=1244704;view=revision">r1244704</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3791">LUCENE-3791</a>: &quot;ant eclipse&quot; sets up default project formatting. No XML
-formatter style to import anymore. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
-          </div>
-          
         </div>
         
       </div>
@@ -534,32 +533,25 @@ formatter style to import anymore. (<a h
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c75261488.45711.1329391381081.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3794) DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh() to falsely succeed (or fail)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c466003068.45804.1329394859600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3109) Rename FieldsConsumer to InvertedFieldsConsumer</a></h4>
           <div class="section-content">
-          DirectoryTaxonomyWriter can lose the INDEX_CREATE_TIME property, causing DirTaxoReader.refresh()
-to falsely succeed (or fail)
------------------------------------------------------------------------------------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3794
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3794">https://issues.apache.org/jira/browse/LUCENE-3794</a>
-             Project:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209305#comment-13209305">https://issues.apache.org/jira/browse/LUCENE-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209305#comment-13209305</a>
+] <br />&nbsp;<br />Iulius Curt commented on LUCENE-3109:
+-------------------------------------<br />&nbsp;<br />Is this still valid? (It looks like a good...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c836884452.45697.1329391260777.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3793) Use ReferenceManager in DirectoryTaxonomyReader</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c171591412.45796.1329394739796.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
           <div class="section-content">
-          Use ReferenceManager in DirectoryTaxonomyReader
------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3793
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3793">https://issues.apache.org/jira/browse/LUCENE-3793</a>
-             Project: Lucene - Java
-          Issue Type: Improvement
-          Components: modules/facet
-            Reporter:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209304#comment-13209304">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209304#comment-13209304</a>
+] <br />&nbsp;<br />Robert Muir commented on LUCENE-3731:
+-------------------------------------<br />&nbsp;<br />Is that safe to do in Tokenizer.close() ?<br />&nbsp;...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c440779145.45666.1329390419536.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3792) Remove StringField</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c491384827.45780.1329394379856.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209273#comment-13209273">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209273#comment-13209273</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3792:
--------------------------------------<br />&nbsp;<br />{quote}
-Not everybody is using Lucene purely as a...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209301#comment-13209301">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209301#comment-13209301</a>
+] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
+-----------------------------------------<br />&nbsp;<br />some improvement in performance came out releasing the CAS...
             </div>
           
         </div>
@@ -570,21 +562,23 @@ Not everybody is using Lucene purely as 
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329391124246-3749881.post@n3.nabble.com%3e">Realtime search with multi clients updating index simultaneously.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDYesrS1weVWJ0_=1=njD6RVOgBzFo6_NQ6DFRE0T0OAJg@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
           <div class="section-content">
-          I have a heldesk application developed in PHP/MySQL. I want to implement real
-time Full text search and I have...
+          OK, maybe you can show the db-data-config.xml just in case?
+Also in schema.xml, does you <uniqueKey> correspond to the unique field...</uniquekey>
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCANXnDUhyJ+5VBiN403FDY0Boq+QcFDj5EULeGs0gzRxdmLY4rA@mail.gmail.com%3e">Re: Spatial Search and faceting</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCADWj90EPiNMf-AStJf-82erLXr2vZAX09mb7chsCCN58Cr-P+Q@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
           <div class="section-content">
-          Hi William,<br />&nbsp;<br />Thanks for the feedback.<br />&nbsp;<br />I will try the group query and see how the performance with...
+          I tried running with just one datasource(the one that has 6k entries) and
+it indexes them ok.
+The same, if...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDbdhXpBSMfCitZcK2DcN6iotc+2MxEfjumNWZ=yTHf2=w@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAOnbiDbyvThKRhK-YNNCvZQ6VS5rRVDLkq-sxhdaNr02XGEs1Q@mail.gmail.com%3e">Re: Entity with multiple datasources</a></h4>
           <div class="section-content">
-          1. Do you see any errors / exceptions in the logs?
-2. Could you have duplicates?<br />&nbsp;<br />On Thu, Feb...
+          It sounds a bit, as if SOLR stopped processing data once it queried all
+from the smaller dataset. That's why...
           </div>
           
         </div>
@@ -596,15 +590,15 @@ time Full text search and I have...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/cpt_ahag/statuses/170095703090143233">@</a>RT <a href="http://twitter.com/SearchWorkings">@SearchWorkings</a>: Suggestive <a href="http://twitter.com/search?q=%23search">#search</a> with <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Read more in our latest blog entry <a href="http://t.co/QPsAYNEL">http://t.co/QPsAYNEL</a>
+             <a href="http://twitter.com/martin_grotzke/statuses/170129578654842881">@</a>Solr nested queries application - "Query Change Beats JVM Tuning" <a href="http://t.co/IZ7Id0W0">http://t.co/IZ7Id0W0</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23performance">#performance</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/Nicolas_Andry/statuses/170042986489577472">@</a>En route pour la 2ème journée de formation <a href="http://twitter.com/search?q=%23ermes2">#ermes2</a> <a href="http://twitter.com/search?q=%23archimed.">#archimed.</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> et <a href="http://twitter.com/search?q=%23velocity">#velocity</a>  au programme. Au passage... de belles évolutions. Etonnés?
+             <a href="http://twitter.com/dhamarsu/statuses/170123057715879936">@</a>RT <a href="http://twitter.com/DZone">@DZone</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/169957336159485954">@</a>late night fight with Solr and indexing files attached to tt_news records: <a href="http://t.co/u5ZtV3s4">http://t.co/u5ZtV3s4</a> <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/cpt_ahag/statuses/170095703090143233">@</a>RT <a href="http://twitter.com/SearchWorkings">@SearchWorkings</a>: Suggestive <a href="http://twitter.com/search?q=%23search">#search</a> with <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Read more in our latest blog entry <a href="http://t.co/QPsAYNEL">http://t.co/QPsAYNEL</a>
           </div>
           
         </div>