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

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

Author: buildbot
Date: Wed Feb  8 16:15:13 2012
New Revision: 804226

Log:
Production update by buildbot

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  8 16:15:13 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=1241930;view=revision">r1241930</a>
+        Fix fall-through warnings in randomHtmlishString() - added missing &quot;break;&quot;s (<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=1241878;view=revision">r1241878</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-3097">SOLR-3097</a>, <a href="https://issues.apache.org/jira/browse/SOLR-3105">SOLR-3105</a>: add fieldtypes for different languages to the example (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -536,21 +542,23 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3602">LUCENE-3602</a>: Moved change from trunk to 3.6 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#mvg">mvg</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241598;view=revision">r1241598</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</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-1486">[LUCENE-1486] Wildcards, ORs etc inside Phrase queries</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3736">[LUCENE-3736] ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a><br/>
        <div class="section-content">
-        <p>An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...</p>
+        <p>The plan is:</p>
+<ul class="alternate" type="square">
+	<li>Move all subreaders to ctor (builder-like API. First build reader-set, then call build)</li>
+	<li>Rename ParallelReader to ParallelAtomicReader...</li></ul>
+       </div>
+    
+      <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>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-3751">[LUCENE-3751] Align default Japanese configurations for Lucene and Solr</a><br/>
@@ -558,6 +566,11 @@ once a segment is finished.</li>
         <p>The <tt>KuromojiAnalyzer</tt> in Lucene shoud have the same default configuration as the <tt>text_ja</tt> field type introduced in <tt>schema.xml</tt> by <a href="https://issues.apache.org/jira/browse/SOLR-3056" title="Introduce Japanese field type in schema.xml">SOLR-3056...</a></p>
        </div>
     
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-1486">[LUCENE-1486] Wildcards, ORs etc inside Phrase queries</a><br/>
+       <div class="section-content">
+        <p>An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3759">[LUCENE-3759] Support joining in a distributed environment.</a><br/>
        <div class="section-content">
         <p>Add two more methods in JoinUtil to support joining in a distributed manner.</p>
@@ -565,44 +578,30 @@ once a segment is finished.</li>
 	<li>Method to retrieve all from values.</li>
 	<li>Method...</li></ul>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3756">[LUCENE-3756] Don&apos;t allow IndexWriterConfig setters to chain</a><br/>
-       <div class="section-content">
-        <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3736" title="ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)">LUCENE-3736</a>.</p>
-
-<p>I don&apos;t like that IndexWriterConfig&apos;s setters are chainable; it<br/>
-results in code in our tests like...</p>
-       </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3753">[LUCENE-3753] Restructure the Lucene build system</a><br/>
-       <div class="section-content">
-        <p>Split out separate core/, test-framework/, and tools/ modules, each with its own build.xml, under the lucene/ directory, similar to the...</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/%3c26258159.14967.1328711159326.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2123026844.15093.1328714759597.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203635#comment-13203635">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203635#comment-13203635</a>
-] <br />&nbsp;<br />Robert Muir commented on SOLR-3056:
------------------------------------<br />&nbsp;<br />OK, LUCENE-3751 is good, but to totally match that...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203662#comment-13203662">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203662#comment-13203662</a>
+] <br />&nbsp;<br />Christian Moen commented on SOLR-3056:
+--------------------------------------<br />&nbsp;<br />Thanks, Robert.<br />&nbsp;<br />I was thinking to leave the...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1086730678.14968.1328711159362.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3751) Align default Japanese configurations for Lucene and Solr</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1074987557.15043.1328713320516.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-1486) Wildcards, ORs etc inside Phrase queries</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203636#comment-13203636">https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203636#comment-13203636</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3751:
--------------------------------------<br />&nbsp;<br />I agree with the patch... I'll commit soon.<br />&nbsp;...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203652#comment-13203652">https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203652#comment-13203652</a>
+] <br />&nbsp;<br />Tomás Fernández Löbbe commented on LUCENE-1486:
+-----------------------------------------------<br />&nbsp;<br />Ahmet, I created a Jira for the "inOrder"...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1914343602.14901.1328710200074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd8NdJe5aYVLcao3Fz05BD2fwm6bVS3EKBte1gOKLYvitw@mail.gmail.com%3e">Re: Changing our Wiki software?</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203622#comment-13203622">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203622#comment-13203622</a>
-] <br />&nbsp;<br />Robert Muir commented on SOLR-3056:
------------------------------------<br />&nbsp;<br />Ugh, sorry Christian... I totally missed that issue!<br />&nbsp;...
+        On Wed, Feb 8, 2012 at 6:17 AM, Grant Ingersoll <gs...@apache.org> wrote:
+> Ryan had started on it some time ago,...</gsingers>
         </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  8 16:15:13 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/%3c26258159.14967.1328711159326.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2123026844.15093.1328714759597.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1086730678.14968.1328711159362.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3751) Align default Japanese configurations for Lucene and Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1074987557.15043.1328713320516.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-1486) Wildcards, ORs etc inside Phrase queries</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1914343602.14901.1328710200074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd8NdJe5aYVLcao3Fz05BD2fwm6bVS3EKBte1gOKLYvitw@mail.gmail.com%3e">Re: Changing our Wiki software?</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/%3cCAJwFCa0+gr-0Zg9eGio5MSqphSeRJi+UeXP4fFaJZw=_E1Q2Lw@mail.gmail.com%3e">Re: is there any practice to load index into RAM to accelerate solr performance?</a></h4>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cf5def2a4659a8c148daa9627fd5bc93d@localhost%3e">Re: Which Tokeniser (and/or filter)</a></h4>
           
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328709998626-3726021.post@n3.nabble.com%3e">Re: struggling with solr.WordDelimiterFilterFactory and periods &quot;.&quot; or dots</a></h4>
-          
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c17777_1328706176_ZZh1N29_MdmMp.00_4F32725F.6040803@uni-bielefeld.de%3e">Re: usage of /etc/jetty.xml when debugging Solr in Eclipse</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  8 16:15:13 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=1241930;view=revision">r1241930</a>
+            Fix fall-through warnings in randomHtmlishString() - added missing &quot;break;&quot;s (<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=1241878;view=revision">r1241878</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-3097">SOLR-3097</a>, <a href="https://issues.apache.org/jira/browse/SOLR-3105">SOLR-3105</a>: add fieldtypes for different languages to the example (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -486,12 +492,6 @@ as well as new analysis capabilities.</l
             <a href="http://people.apache.org/committer-index.html#mvg">mvg</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241598;view=revision">r1241598</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
-          </div>
-          
         </div>
         
       </div>
@@ -500,30 +500,31 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3056">[SOLR-3056] Introduce Japanese field type in schema.xml</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3076">[SOLR-3076] Solr should support block joins</a><br/>
           <div class="section-content">
-                         <p>Kuromoji (<a href="https://issues.apache.org/jira/browse/LUCENE-3305" title="Kuromoji code donation - a new Japanese morphological analyzer"><del>LUCENE-3305</del></a>) is now on both on trunk and branch_3x (thanks again Robert, Uwe and Simon). It would...</p>
+                         <p>Lucene has the ability to do block joins, we should add it to Solr.</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3088">[SOLR-3088] create shard placeholders</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-1931">[SOLR-1931] Schema Browser does not scale with large indexes</a><br/>
           <div class="section-content">
-                         <p>When creating a new collection, a placeholder for each shard should be created.</p>
+                         <p>The Schema  Browser JSP by default causes the Luke handler to "scan the world". In large indexes this make the...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3105">[SOLR-3105] Add analysis configurations for different languages to the example</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3111">[SOLR-3111] LukeRequestHandler does not properly handle multi-field fl params. Wildcard should also be honored</a><br/>
           <div class="section-content">
-                         <p>I think we should have good baseline configurations for our supported analyzers<br/>
-so that its easy for people to get...</p>
+                         <p>Specifying "&amp;fl=field1 field2" for the LukeRequestHandler results in trying to find a field, you guessed it, "field field2".</p>
+
+<p>Additionally, it...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3097">[SOLR-3097] Introduce default Japanese stoptags and stopwords to Solr&apos;s example configuration</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3094">[SOLR-3094] The statistics entry on the new admin UI is very slow</a><br/>
           <div class="section-content">
-                         <p><a href="https://issues.apache.org/jira/browse/SOLR-3056" title="Introduce Japanese field type in schema.xml">SOLR-3056</a> discusses introducing a default field type <tt>text_ja</tt> for Japanese in <tt>schema.xml</tt>.  This configuration will be improved by also...</p>
+                         <p>Prompted by Robert Reynolds (<a href="https://issues.apache.org/jira/browse/SOLR-2667" title="Finish Solr Admin UI">SOLR-2667</a>), the entry point in the new Admin UI core drill down (e.g. clicking...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3104">[SOLR-3104] Bad performance with distributed search when sort contains relevancy queries</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3056">[SOLR-3056] Introduce Japanese field type in schema.xml</a><br/>
           <div class="section-content">
-                         <p>So I found this issue when trying out distributed search with solr 3.5 and noticed big performance degradation for some...</p>
+                         <p>Kuromoji (<a href="https://issues.apache.org/jira/browse/LUCENE-3305" title="Kuromoji code donation - a new Japanese morphological analyzer"><del>LUCENE-3305</del></a>) is now on both on trunk and branch_3x (thanks again Robert, Uwe and Simon). It would...</p>
           </div>
           
         </div>
@@ -534,25 +535,24 @@ so that its easy for people to get...</p
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c26258159.14967.1328711159326.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2123026844.15093.1328714759597.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203635#comment-13203635">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203635#comment-13203635</a>
-] <br />&nbsp;<br />Robert Muir commented on SOLR-3056:
------------------------------------<br />&nbsp;<br />OK, LUCENE-3751 is good, but to totally match that...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203662#comment-13203662">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203662#comment-13203662</a>
+] <br />&nbsp;<br />Christian Moen commented on SOLR-3056:
+--------------------------------------<br />&nbsp;<br />Thanks, Robert.<br />&nbsp;<br />I was thinking to leave the...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1086730678.14968.1328711159362.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3751) Align default Japanese configurations for Lucene and Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1074987557.15043.1328713320516.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-1486) Wildcards, ORs etc inside Phrase queries</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203636#comment-13203636">https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203636#comment-13203636</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3751:
--------------------------------------<br />&nbsp;<br />I agree with the patch... I'll commit soon.<br />&nbsp;...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203652#comment-13203652">https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203652#comment-13203652</a>
+] <br />&nbsp;<br />Tomás Fernández Löbbe commented on LUCENE-1486:
+-----------------------------------------------<br />&nbsp;<br />Ahmet, I created a Jira for the "inOrder"...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1914343602.14901.1328710200074.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAB_8Yd8NdJe5aYVLcao3Fz05BD2fwm6bVS3EKBte1gOKLYvitw@mail.gmail.com%3e">Re: Changing our Wiki software?</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203622#comment-13203622">https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203622#comment-13203622</a>
-] <br />&nbsp;<br />Robert Muir commented on SOLR-3056:
------------------------------------<br />&nbsp;<br />Ugh, sorry Christian... I totally missed that issue!<br />&nbsp;...
+          On Wed, Feb 8, 2012 at 6:17 AM, Grant Ingersoll <gs...@apache.org> wrote:
+> Ryan had started on it some time ago,...</gsingers>
             </div>
           
         </div>
@@ -563,6 +563,11 @@ so that its easy for people to get...</p
 
         
         <div class="status-item">
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAJwFCa0+gr-0Zg9eGio5MSqphSeRJi+UeXP4fFaJZw=_E1Q2Lw@mail.gmail.com%3e">Re: is there any practice to load index into RAM to accelerate solr performance?</a></h4>
+          <div class="section-content">
+          Add this as well:<br />&nbsp;<br /><a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.155.5030">http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.155.5030</a><br />&nbsp;<br />On Wed, Feb 8, 2012 at 1:56 AM, Andrzej Bialecki <ab...@getopt.org> wrote:<br />&nbsp;<br />>...</ab>
+          </div>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cf5def2a4659a8c148daa9627fd5bc93d@localhost%3e">Re: Which Tokeniser (and/or filter)</a></h4>
           <div class="section-content">
           Thanks Erick,<br />&nbsp;<br />I didn't get confused with multiple tokens vs multiValued  :)<br />&nbsp;<br />Before I go ahead and re-index...
@@ -573,14 +578,6 @@ so that its easy for people to get...</p
           hello,<br />&nbsp;<br />thank you for the reply.<br />&nbsp;<br />yes - i did re-index after the changes to the schema.<br />&nbsp;...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c17777_1328706176_ZZh1N29_MdmMp.00_4F32725F.6040803@uni-bielefeld.de%3e">Re: usage of /etc/jetty.xml when debugging Solr in Eclipse</a></h4>
-          <div class="section-content">
-          Hi,<br />&nbsp;<br />run-jetty-run issue #9:
-...
-In the VM Arguments of your launch configuration set
--Drjrxml=./jetty.xml<br />&nbsp;<br />If jetty.xml is...
-          </div>
-          
         </div>
       </div>
       
@@ -590,15 +587,15 @@ In the VM Arguments of your launch confi
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/minimal_name/statuses/167242063048478720">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Using Solr's Dismax Tie Parameter" <a href="http://t.co/UnMPWuTm">http://t.co/UnMPWuTm</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
+             <a href="http://twitter.com/ChristopheDupri/statuses/167269511156867072">@</a>RT <a href="http://twitter.com/otisg">@otisg</a>: Lucene just got Solr's JOIN query, too, nice: <a href="http://t.co/kHaXWzJa">http://t.co/kHaXWzJa</a>   <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/miguelmalvarez/statuses/167240347083218944">@</a>RT <a href="http://twitter.com/patrickDurusau">@patrickDurusau</a>: 8 Best Open Source Search Engines built on top of Lucene <a href="http://twitter.com/search?q=%23topicmaps">#topicmaps</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=%23search">#search</a> - <a href="http://t.co/46yBnM2Y">http://t.co/46yBnM2Y</a>
+             <a href="http://twitter.com/minimal_name/statuses/167242063048478720">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Using Solr's Dismax Tie Parameter" <a href="http://t.co/UnMPWuTm">http://t.co/UnMPWuTm</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/DZone/statuses/167237822351278080">@</a>"Using Solr's Dismax Tie Parameter" <a href="http://t.co/UnMPWuTm">http://t.co/UnMPWuTm</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
+             <a href="http://twitter.com/miguelmalvarez/statuses/167240347083218944">@</a>RT <a href="http://twitter.com/patrickDurusau">@patrickDurusau</a>: 8 Best Open Source Search Engines built on top of Lucene <a href="http://twitter.com/search?q=%23topicmaps">#topicmaps</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=%23search">#search</a> - <a href="http://t.co/46yBnM2Y">http://t.co/46yBnM2Y</a>
           </div>
           
         </div>