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

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

Author: buildbot
Date: Wed Feb  8 17:15:18 2012
New Revision: 804236

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 17:15:18 2012
@@ -514,33 +514,34 @@ 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 class="svn" href="http://svn.apache.org/viewvc?revision=1241986;view=revision">r1241986</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no... (<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>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241966;view=revision">r1241966</a>
+        port rev 1241965 to trunk (remove dead code from SearcherManager).
+ (<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=1241741;view=revision">r1241741</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241960;view=revision">r1241960</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-3056">SOLR-3056</a>: document expectations in these files (<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=1241710;view=revision">r1241710</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: 'ant package' in solr/ triggered a build failure as a result of a build dependency on target 'javadocs-all'... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <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=1241636;view=revision">r1241636</a>
-        <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>
+        <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>
       </div>
     </div></div>
     
@@ -548,12 +549,9 @@ 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-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/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3761">[LUCENE-3761] Generalize SearcherManager</a><br/>
        <div class="section-content">
-        <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>
+        <p>I&apos;d like to generalize SearcherManager to a class which can manage instances of a certain type of interfaces. The reason...</p>
        </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/>
@@ -561,6 +559,14 @@ once a segment is finished.</li>
         <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-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>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-3751">[LUCENE-3751] Align default Japanese configurations for Lucene and Solr</a><br/>
        <div class="section-content">
         <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>
@@ -570,38 +576,32 @@ once a segment is finished.</li>
        <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>
-<ul>
-	<li>Method to retrieve all from values.</li>
-	<li>Method...</li></ul>
-       </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/%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/%3c773961328.15341.1328718419225.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (SOLR-3112) after running &#39;ant test&#39; solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover</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=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...
+        after running 'ant test' solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover
+----------------------------------------------------------------------------------------------<br />&nbsp;<br />                 Key: SOLR-3112
+                 URL: <a href="https://issues.apache.org/jira/browse/SOLR-3112">https://issues.apache.org/jira/browse/SOLR-3112</a>
+             Project: Solr
+          Issue Type: Bug
+            Reporter: Robert...
         </div>
       
-      <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/%3c938157926.15324.1328718186864.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2893) NPE in JSONWriter during Distributed Search w/Grouping</a></h4>
         <div class="section-content">
-        [ <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"...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203711#comment-13203711">https://issues.apache.org/jira/browse/SOLR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203711#comment-13203711</a>
+] <br />&nbsp;<br />Michael Garski commented on SOLR-2893:
+--------------------------------------<br />&nbsp;<br />I've completed testing that revealed the root cause -...
         </div>
       
-      <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>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAN4YXve52jor3caMS-iVx5xX48aWYXDtYhTWY1UmZOKwJM9-Ug@mail.gmail.com%3e">Re: we are using lucene search engine. While searching a word - is there a way by which we can get the exact line within the text (location of that word) in the whole document...</a></h4>
         <div class="section-content">
-        On Wed, Feb 8, 2012 at 6:17 AM, Grant Ingersoll <gs...@apache.org> wrote:
-> Ryan had started on it some time ago,...</gsingers>
+        then you're probably talking about highlighting. Have you looked at that?<br />&nbsp;<br />Second, please move any more parts of this...
         </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 17:15:18 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/%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/%3c773961328.15341.1328718419225.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (SOLR-3112) after running &#39;ant test&#39; solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover</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/%3c938157926.15324.1328718186864.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2893) NPE in JSONWriter during Distributed Search w/Grouping</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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAN4YXve52jor3caMS-iVx5xX48aWYXDtYhTWY1UmZOKwJM9-Ug@mail.gmail.com%3e">Re: we are using lucene search engine. While searching a word - is there a way by which we can get the exact line within the text (location of that word) in the whole document...</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/%3cCAN4YXve7iUYBKUXo4EkitF3S7TMvZfoc+L=XNr-M=m2PQOJZOA@mail.gmail.com%3e">Re: Which Tokeniser (and/or filter)</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/%3cCAN4YXveD_4Gtbqas_ns3pzSgR+=rG4Y5vWVejMQ3GzKvS3CROg@mail.gmail.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/%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/%3c4F32A18C.5030900@semantico.com%3e">Re: Wildcard ? issue?</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 17:15:18 2012
@@ -463,33 +463,34 @@ 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 class="svn" href="http://svn.apache.org/viewvc?revision=1241986;view=revision">r1241986</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no... (<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>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241966;view=revision">r1241966</a>
+            port rev 1241965 to trunk (remove dead code from SearcherManager).
+ (<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=1241741;view=revision">r1241741</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241960;view=revision">r1241960</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-3056">SOLR-3056</a>: document expectations in these files (<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=1241710;view=revision">r1241710</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: 'ant package' in solr/ triggered a build failure as a result of a build dependency on target 'javadocs-all'... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <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=1241636;view=revision">r1241636</a>
-            <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>
+            <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>
           </div>
           
         </div>
@@ -500,31 +501,35 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3076">[SOLR-3076] Solr should support block joins</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3088">[SOLR-3088] create shard placeholders</a><br/>
           <div class="section-content">
-                         <p>Lucene has the ability to do block joins, we should add it to Solr.</p>
+                         <p>When creating a new collection, a placeholder for each shard should be created.</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-1931">[SOLR-1931] Schema Browser does not scale with large indexes</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3026">[SOLR-3026] eDismax: Locking down which fields can be explicitly queried (user fields aka uf)</a><br/>
           <div class="section-content">
-                         <p>The Schema  Browser JSP by default causes the Luke handler to "scan the world". In large indexes this make the...</p>
+                         <p>We need a way to specify exactly what fields should be available to the end user as fielded search.</p>
+
+<p>In...</p>
           </div>
           
-          <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/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3113">[SOLR-3113] allow comma delimited field lists everywhere</a><br/>
           <div class="section-content">
-                         <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>
+                         <p>There are many places where id lists, field lists, etc, are comma delimited.<br/>
+We should extend this everywhere we can...</p>
           </div>
           
-          <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/>
+          <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/>
           <div class="section-content">
-                         <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>
+                         <p>So I found this issue when trying out distributed search with solr 3.5 and noticed big performance degradation for some...</p>
           </div>
           
-          <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-3106">[SOLR-3106] Wildcard ? issue</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>Sorry for inaccurate title.<br/>
+I have a 3 fields (dc_title, dc_title_unicode, dc_unicode_full) containing same value:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">&lt;title xmlns=<span class="code-quote">"http:<span class="code-comment">//www.tei-c.org/ns/1.0"</span>&gt;cal&#8226;l&#237;graf&lt;/title&gt;...</span></pre></div></div>
           </div>
           
         </div>
@@ -535,24 +540,26 @@ 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/%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/%3c773961328.15341.1328718419225.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (SOLR-3112) after running 'ant test' solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover</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=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...
+          after running 'ant test' solr/solrj/src/test-files/solrj/solr/shared/test-solr.xml is leftover
+----------------------------------------------------------------------------------------------<br />&nbsp;<br />                 Key: SOLR-3112
+                 URL: <a href="https://issues.apache.org/jira/browse/SOLR-3112">https://issues.apache.org/jira/browse/SOLR-3112</a>
+             Project: Solr
+          Issue Type: Bug
+            Reporter: Robert...
             </div>
           
-          <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/%3c938157926.15324.1328718186864.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2893) NPE in JSONWriter during Distributed Search w/Grouping</a></h4>
           <div class="section-content">
-          [ <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"...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203711#comment-13203711">https://issues.apache.org/jira/browse/SOLR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203711#comment-13203711</a>
+] <br />&nbsp;<br />Michael Garski commented on SOLR-2893:
+--------------------------------------<br />&nbsp;<br />I've completed testing that revealed the root cause -...
             </div>
           
-          <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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAN4YXve52jor3caMS-iVx5xX48aWYXDtYhTWY1UmZOKwJM9-Ug@mail.gmail.com%3e">Re: we are using lucene search engine. While searching a word - is there a way by which we can get the exact line within the text (location of that word) in the whole document...</a></h4>
           <div class="section-content">
-          On Wed, Feb 8, 2012 at 6:17 AM, Grant Ingersoll <gs...@apache.org> wrote:
-> Ryan had started on it some time ago,...</gsingers>
+          then you're probably talking about highlighting. Have you looked at that?<br />&nbsp;<br />Second, please move any more parts of this...
             </div>
           
         </div>
@@ -563,19 +570,22 @@ 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/%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/%3cCAN4YXve7iUYBKUXo4EkitF3S7TMvZfoc+L=XNr-M=m2PQOJZOA@mail.gmail.com%3e">Re: Which Tokeniser (and/or filter)</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>
+          You'll probably have to index them in separate fields to
+get what you want. The question is always whether it's...
           </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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXveD_4Gtbqas_ns3pzSgR+=rG4Y5vWVejMQ3GzKvS3CROg@mail.gmail.com%3e">Re: struggling with solr.WordDelimiterFilterFactory and periods "." or dots</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...
+          Hmmm, that all looks correct, from the output you pasted I'd expect
+you to be finding the doc.<br />&nbsp;<br />So...
           </div>
           
-          <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 "." or dots</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F32A18C.5030900@semantico.com%3e">Re: Wildcard ? issue?</a></h4>
           <div class="section-content">
-          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;...
+          I have already tried this and it did not helped because it does not 
+highlight matches if wild-card is used....
           </div>
           
         </div>
@@ -587,15 +597,15 @@ as well as new analysis capabilities.</l
         
         <div class="status-item">
           <div class="section-content">
-             <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>
+             <a href="http://twitter.com/Cobeete/statuses/167294526153699328">@</a>“<a href="http://twitter.com/emorcillo">@emorcillo</a>: <a href="http://twitter.com/search?q=%23Apache">#Apache</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=%23TerminosDelDíaAdía”">#TerminosDelDíaAdía”</a> no jodas! xD
           </div>
           
           <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/unluizcarlos/statuses/167288192519778304">@</a>la tarde <a href="http://twitter.com/search?q=%23atpc">#atpc</a> por culpa de <a href="http://twitter.com/search?q=%23sunspot">#sunspot</a> y <a href="http://twitter.com/search?q=%23solr.">#solr.</a> telita con lo dificil que es afinar los dos
           </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/emorcillo/statuses/167282759503589376">@</a><a href="http://twitter.com/search?q=%23Apache">#Apache</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=%23TerminosDelDíaAdía">#TerminosDelDíaAdía</a>
           </div>
           
         </div>