Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C79CB9EF4 for ; Thu, 9 Feb 2012 23:15:37 +0000 (UTC) Received: (qmail 11953 invoked by uid 500); 9 Feb 2012 23:15:37 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 11946 invoked by uid 99); 9 Feb 2012 23:15:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 23:15:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 23:15:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2A13C2388865 for ; Thu, 9 Feb 2012 23:15:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804389 - in /websites/production/lucene/content: core/index.html index.html solr/index.html Date: Thu, 09 Feb 2012 23:15:13 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120209231514.2A13C2388865@eris.apache.org> Author: buildbot Date: Thu Feb 9 23:15:13 2012 New Revision: 804389 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 Thu Feb 9 23:15:13 2012 @@ -514,33 +514,33 @@ once a segment is finished.
- r1242543 - LUCENE-3751: align default japanese configurations for lucene/solr (lucene) — + r1242588 + SOLR-3056: remove unpaired xml comment/typo (lucene) — rmuir
- r1242534 - SOLR-2802: fix compilation problem rmuir was seeing in his IDE (lucene) — - hossman + r1242573 + SOLR-3056: add example japanese field type, lazy-load kuromoji resources (lucene) — + rmuir
- r1242514 - SOLR-2802: several new UpdateProcessorFactories for modifing fields of documents, along with base classes to make writing these types of... (lucene) — - hossman + r1242557 + SOLR-3115: improve japanese stopwords.txt description (lucene) — + rmuir
- r1242498 - Fix StandardAnalyzer c-tor example to take Version (lucene) — - sarowe + r1242543 + LUCENE-3751: align default japanese configurations for lucene/solr (lucene) — + rmuir
- r1242497 - LUCENE-3765: Trappy behavior with StopFilter/ignoreCase (lucene) — - rmuir + r1242534 + SOLR-2802: fix compilation problem rmuir was seeing in his IDE (lucene) — + hossman
@@ -548,9 +548,17 @@ once a segment is finished.

Latest JIRA

+ [LUCENE-3736] ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)
+
+

The plan is:

+
    +
  • Move all subreaders to ctor (builder-like API. First build reader-set, then call build)
  • +
  • Rename ParallelReader to ParallelAtomicReader...
+
+ [LUCENE-3751] Align default Japanese configurations for Lucene and Solr
-

The KuromojiAnalyzer in Lucene shoud have the same default configuration as the text_ja field type introduced in schema.xml by SOLR-3056...

+

The KuromojiAnalyzer in Lucene shoud have the same default configuration as the text_ja field type introduced in schema.xml by SOLR-3056...

[LUCENE-3750] Convert Versioned docs to Markdown/New CMS
@@ -571,37 +579,35 @@ once a segment is finished.

Spinoff from Ryan's dev thread "DR.getCommitUserData() vs DR.getIndexCommit().getUserData()"... these methods are confusing/dups right now.

- - [LUCENE-3753] Restructure the Lucene build system
-
-

Split out separate core/, test-framework/, and tools/ modules, each with its own build.xml, under the lucene/ directory, similar to the...

-

Latest Dev

-

Re: svn commit: r1242514 [1/2] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/conf/ core/src/test/org/apache/solr/update/processor/

+

[jira] [Resolved] (SOLR-3115) Improve default Japanese stopwords.txt description

- : > really???? what is the compile error? -: -: Type mismatch: cannot convert from List to Collection
 
FYI:...
+ [ https://issues.apache.org/jira/browse/SOLR-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved SOLR-3115. +-------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Updated] (SOLR-3109) group=true requests result in numerous redundant shard requests

+

[jira] [Resolved] (LUCENE-3751) Align default Japanese configurations for Lucene and Solr

- [ https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Greg Bowyer updated SOLR-3109: -------------------------------
 
Attachment: SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch - SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch
 
Since I need to test this... + [ https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved LUCENE-3751. +---------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Updated] (SOLR-3109) group=true requests result in numerous redundant shard requests

+

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

- [ https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Greg Bowyer updated SOLR-3109: -------------------------------
 
Attachment: (was: SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch)
 
> group=true requests result in numerous... + [ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204896#comment-13204896 +]
 
Robert Muir commented on SOLR-2802: +-----------------------------------
 
I think the min/max is strange: it catches ClassCastException...
@@ -610,23 +616,25 @@ once a segment is finished.

Latest Core User

-

Re: Access next token in a stream

+

Re: Access next token in a stream

- Στις 9/2/2012 8:54 μμ, ο/η Steven A Rowe έγραψε: -> Hi Damerian, + Στις 9/2/2012 11:12 μμ, ο/η Steven A Rowe έγραψε: +> Damerian, > -> One way to handle your scenario... +> When I said "clear the previous token",...
-

RE: Access next token in a stream

+

RE: Access next token in a stream

- Hi Damerian,
 
One way to handle your scenario is to hold on to the previous token, and only emit... + Damerian,
 
When I said "clear the previous token", I was referring to the pseudo-code I gave in my first...
-

Access next token in a stream

+

Re: Access next token in a stream

- Hello i want to implement my custom filter, my wuestion is quite simple -but i cannot find a solution to... + Στις 9/2/2012 10:51 μμ, ο/η Steven A Rowe έγραψε: +> Damerian, +> +> The technique I mentioned would work for...
Modified: websites/production/lucene/content/index.html ============================================================================== --- websites/production/lucene/content/index.html (original) +++ websites/production/lucene/content/index.html Thu Feb 9 23:15:13 2012 @@ -631,31 +631,31 @@ as well as new analysis capabilities.

Latest Dev

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 9 23:15:13 2012 @@ -463,33 +463,33 @@ as well as new analysis capabilities.
- r1242543 - LUCENE-3751: align default japanese configurations for lucene/solr (lucene) — + r1242588 + SOLR-3056: remove unpaired xml comment/typo (lucene) — rmuir
- r1242534 - SOLR-2802: fix compilation problem rmuir was seeing in his IDE (lucene) — - hossman + r1242573 + SOLR-3056: add example japanese field type, lazy-load kuromoji resources (lucene) — + rmuir
- r1242514 - SOLR-2802: several new UpdateProcessorFactories for modifing fields of documents, along with base classes to make writing these types of... (lucene) — - hossman + r1242557 + SOLR-3115: improve japanese stopwords.txt description (lucene) — + rmuir
- r1242498 - Fix StandardAnalyzer c-tor example to take Version (lucene) — - sarowe + r1242543 + LUCENE-3751: align default japanese configurations for lucene/solr (lucene) — + rmuir
- r1242497 - LUCENE-3765: Trappy behavior with StopFilter/ignoreCase (lucene) — - rmuir + r1242534 + SOLR-2802: fix compilation problem rmuir was seeing in his IDE (lucene) — + hossman
@@ -500,30 +500,29 @@ as well as new analysis capabilities. - [SOLR-2802] Toolkit of UpdateProcessors for modifying document values
+ [SOLR-3076] Solr should support block joins
-

Frequently users ask about questions about things where the answer is "you could do it with an UpdateProcessor" but the...

+

Lucene has the ability to do block joins, we should add it to Solr.

- [SOLR-3109] group=true requests result in numerous redundant shard requests
+ [SOLR-3056] Introduce Japanese field type in schema.xml
-

During the second phase of a group query, the collator sends a query to each of the shards. The purpose...

+

Kuromoji (LUCENE-3305) is now on both on trunk and branch_3x (thanks again Robert, Uwe and Simon). It would...

- [SOLR-3076] Solr should support block joins
+ [SOLR-3109] group=true requests result in numerous redundant shard requests
-

Lucene has the ability to do block joins, we should add it to Solr.

+

During the second phase of a group query, the collator sends a query to each of the shards. The purpose...

- [SOLR-1604] Wildcards, ORs etc inside Phrase Queries
+ [SOLR-3115] Improve default Japanese stopwords.txt description
-

Solr Plugin for ComplexPhraseQueryParser (LUCENE-1486) which supports wildcards, ORs, ranges, fuzzies inside phrase queries.

+

As discussed in SOLR-3056, the description in the default Japanese stopwords.txt should be improved to describe case- and width-handling....

- [SOLR-2957] collection URLs in a cluster
+ [SOLR-2802] Toolkit of UpdateProcessors for modifying document values
-

In solrcloud, one can hit a URL of /collection1/select and get a distributed search over collection1.
-If we wish to...

+

Frequently users ask about questions about things where the answer is "you could do it with an UpdateProcessor" but the...

@@ -534,26 +533,29 @@ If we wish to...

-

Re: svn commit: r1242514 [1/2] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/conf/ core/src/test/org/apache/solr/update/processor/

+

[jira] [Resolved] (SOLR-3115) Improve default Japanese stopwords.txt description

- : > really???? what is the compile error? -: -: Type mismatch: cannot convert from List to Collection
 
FYI:...
+ [ https://issues.apache.org/jira/browse/SOLR-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved SOLR-3115. +-------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Updated] (SOLR-3109) group=true requests result in numerous redundant shard requests

+

[jira] [Resolved] (LUCENE-3751) Align default Japanese configurations for Lucene and Solr

- [ https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Greg Bowyer updated SOLR-3109: -------------------------------
 
Attachment: SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch - SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch
 
Since I need to test this... + [ https://issues.apache.org/jira/browse/LUCENE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved LUCENE-3751. +---------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Updated] (SOLR-3109) group=true requests result in numerous redundant shard requests

+

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

- [ https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Greg Bowyer updated SOLR-3109: -------------------------------
 
Attachment: (was: SOLR-3109-Backport-of-grouping-performace-fix-to-3.x.patch)
 
> group=true requests result in numerous... + [ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204896#comment-13204896 +]
 
Robert Muir commented on SOLR-2802: +-----------------------------------
 
I think the min/max is strange: it catches ClassCastException...
@@ -564,23 +566,21 @@ If we wish to...

-

Specify a cores roles through core add command

+

RE: regular expression in solrcore.config to be passed to dataConfig via DataImportHandler

- per SOLR-2765 we can add roles to specific cores such that it's -possible to give custom roles to solr instances,... + Nevermind everybody, you're with stupid, the correct way to access these vars is to prefix +with dataimporter.request
 
Got the...
-

correct usage of StreamingUpdateSolrServer?

+

regular expression in solrcore.config to be passed to dataConfig via DataImportHandler

- Hi, -I wrote a hello world program to add documents to solr server. When I -use CommonsHttpSolrServer, the program exits... + Hi,
 
I have a good number of files which will be broken into a dozen + cores.
 
To...
-

Keyword Tokenizer Phrase Issue

+

Specify a cores roles through core add command

- Hi,
 
I have a simple field type that uses the KeywordTokenizerFactory. I would like to use this -so that... + per SOLR-2765 we can add roles to specific cores such that it's +possible to give custom roles to solr instances,...
@@ -600,7 +600,7 @@ so that...
- @In a sales conversation: "We don't use a fraction of Endeca's features. We only want good search." Time to use #solr! #o19s + @@RickyJim lo conecto con @juliandramirez para lo que necesiten con #solr, el buscador sofisticado :)