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 13:15:17 UTC

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

Author: buildbot
Date: Thu Feb 16 12:15:16 2012
New Revision: 805062

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 12:15:16 2012
@@ -549,6 +549,11 @@ formatter style to import anymore. (<a h
     <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/>
+       <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>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3792">[LUCENE-3792] Remove StringField</a><br/>
        <div class="section-content">
         <p>Often on the mailing list there is confusion about NOT_ANALYZED.</p>
@@ -556,26 +561,20 @@ formatter style to import anymore. (<a h
 <p>Besides being useless (Just use KeywordAnalyzer instead), people trip up...</p>
        </div>
     
-      <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>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-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>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>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-3785">[LUCENE-3785] Replace ant macros for running concurrent tests with ant-junit4.</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3793">[LUCENE-3793] Use ReferenceManager in DirectoryTaxonomyReader</a><br/>
        <div class="section-content">
-        <p>ant-junit4 is an ANT task for running tests in parallel (on slave JVMs). Its advantages over the current macros:</p>
-<ul class="alternate" type="square">
-	<li>dynamic...</li></ul>
+        <p>DirTaxoReader uses hairy code to protect its indexReader instance from <br/>
+being modified while threads use it. It maintains a ReentrantLock...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3778">[LUCENE-3778] Create a grouping convenience class</a><br/>
+      <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 the grouping module has many collector classes with a lot of different options per class. I think it would...</p>
+        <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>
        </div>
     </div></div>
     
@@ -583,31 +582,32 @@ formatter style to import anymore. (<a h
     <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/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
+      <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>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Robert Muir updated LUCENE-3792:
---------------------------------<br />&nbsp;<br />             Priority: Blocker  (was: Major)
-    Affects Version/s: 4.0
-        Fix Version/s: 4.0...
+        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:...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</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>
         <div class="section-content">
-        Remove StringField
-------------------<br />&nbsp;<br />                 Key: LUCENE-3792
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3792">https://issues.apache.org/jira/browse/LUCENE-3792</a>
+        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: Task
-            Reporter: Robert Muir<br />&nbsp;<br />Often...
+          Issue Type: Improvement
+          Components: modules/facet
+            Reporter:...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1938459028.45568.1329387426472.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>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247</a>
-] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
------------------------------------------<br />&nbsp;<br />Right, everything seems ok now.
-I also tried to...
+        [ <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...
         </div>
       </div>
     </div>
@@ -616,23 +616,23 @@ I also tried to...
     <div id="core-user-mail">
       <h1>Latest Core User</h1>
       <div class="status-item">
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCA+dzhKCe_zyJHu6eBPrgzDh_ruF5X41z=bmCCM_QfZhuWUgfmg@mail.gmail.com%3e">prefix query works, term query does not</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAP+gH5aMT18g45EDo3vL8AEk8SDvj4phmm2Je-9pQpLcgXbt6A@mail.gmail.com%3e">Re: prefix query works, term query does not</a></h4>
         <div class="section-content">
-        Hello,
-I have a noobie question. I am trying to implement a small poc app.I have
-lots of sharded indexes...
+        Use luke to see what terms are in your index and what your query looks
+like when parsed.<br />&nbsp;<br />Also,...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3calpine.DEB.2.00.1202152027330.22571@bester%3e">RE: SweetSpotSimilarity</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAEY5pxUctnep-5=2h2uqdeMO29+wEJZfXOKPFXXqUEQeqNs2Hg@mail.gmail.com%3e">Re: prefix query works, term query does not</a></h4>
         <div class="section-content">
-        : sloppyFreq(distance). hyperbolicTf() only comes into play if you 
-: override the tf method in your own subclass to call...
+        <a href="http://wiki.apache.org/lucene-java/LuceneFAQ#Why_am_I_getting_no_hits_.2BAC8_incorrect_hits.3F">http://wiki.apache.org/lucene-java/LuceneFAQ#Why_am_I_getting_no_hits_.2BAC8_incorrect_hits.3F</a><br />&nbsp;<br />Different analyzers for indexing and searching would be my first guess.<br />&nbsp;<br />--
+Ian.<br />&nbsp;<br />On Thu, Feb...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c1329358888658-3749057.post@n3.nabble.com%3e">Re: Why read past EOF</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCA+dzhKCe_zyJHu6eBPrgzDh_ruF5X41z=bmCCM_QfZhuWUgfmg@mail.gmail.com%3e">prefix query works, term query does not</a></h4>
         <div class="section-content">
-        My IndexWriter only create once and cached in memery.
-I restart tomcat this morning,and the index become 94M...But I restart...
+        Hello,
+I have a noobie question. I am trying to implement a small poc app.I have
+lots of sharded indexes...
         </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 12:15:16 2012
@@ -631,31 +631,31 @@ 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/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
+          <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/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</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/%3c1938459028.45568.1329387426472.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>
           </div>
         </div>
         <div id="core-user-mail">
           <h1>Latest Core User</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCA+dzhKCe_zyJHu6eBPrgzDh_ruF5X41z=bmCCM_QfZhuWUgfmg@mail.gmail.com%3e">prefix query works, term query does not</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAP+gH5aMT18g45EDo3vL8AEk8SDvj4phmm2Je-9pQpLcgXbt6A@mail.gmail.com%3e">Re: prefix query works, term query does not</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3calpine.DEB.2.00.1202152027330.22571@bester%3e">RE: SweetSpotSimilarity</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAEY5pxUctnep-5=2h2uqdeMO29+wEJZfXOKPFXXqUEQeqNs2Hg@mail.gmail.com%3e">Re: prefix query works, term query does not</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c1329358888658-3749057.post@n3.nabble.com%3e">Re: Why read past EOF</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCA+dzhKCe_zyJHu6eBPrgzDh_ruF5X41z=bmCCM_QfZhuWUgfmg@mail.gmail.com%3e">prefix query works, term query does not</a></h4>
           </div>
         </div>
         <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/%3c1329384867964-3749631.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
+          <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/%3c1329384809433-3749629.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</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/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for &quot;typing error&quot;.</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>
           </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 12:15:16 2012
@@ -534,31 +534,32 @@ 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/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
+          <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>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Robert Muir updated LUCENE-3792:
---------------------------------<br />&nbsp;<br />             Priority: Blocker  (was: Major)
-    Affects Version/s: 4.0
-        Fix Version/s: 4.0...
+          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:...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</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>
           <div class="section-content">
-          Remove StringField
-------------------<br />&nbsp;<br />                 Key: LUCENE-3792
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3792">https://issues.apache.org/jira/browse/LUCENE-3792</a>
+          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: Task
-            Reporter: Robert Muir<br />&nbsp;<br />Often...
+          Issue Type: Improvement
+          Components: modules/facet
+            Reporter:...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1938459028.45568.1329387426472.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>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247</a>
-] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
------------------------------------------<br />&nbsp;<br />Right, everything seems ok now.
-I also tried to...
+          [ <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...
             </div>
           
         </div>
@@ -569,22 +570,21 @@ I also tried to...
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384867964-3749631.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
+          <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>
           <div class="section-content">
-          we have both stored = true and false fields in the schema. So we cant reindex
-wat u said. we...
+          I have a heldesk application developed in PHP/MySQL. I want to implement real
+time Full text search and I have...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384809433-3749629.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</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>
           <div class="section-content">
-          I kept old schema files and solrconfig file but there were some errors due to
-which solr was not loading....
+          Hi William,<br />&nbsp;<br />Thanks for the feedback.<br />&nbsp;<br />I will try the group query and see how the performance with...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for "typing error".</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>
           <div class="section-content">
-          Hello.<br />&nbsp;<br />Which RH do you use to find typing errors like "goolge" => do you mean
-"google" ?!<br />&nbsp;...
+          1. Do you see any errors / exceptions in the logs?
+2. Could you have duplicates?<br />&nbsp;<br />On Thu, Feb...
           </div>
           
         </div>