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 BBF0C9D50 for ; Tue, 7 Feb 2012 20:15:41 +0000 (UTC) Received: (qmail 59756 invoked by uid 500); 7 Feb 2012 20:15:41 -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 59744 invoked by uid 99); 7 Feb 2012 20:15:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 20:15:40 +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; Tue, 07 Feb 2012 20:15:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 47BB62388860 for ; Tue, 7 Feb 2012 20:15:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804129 - in /websites/production/lucene/content: core/index.html index.html solr/index.html Date: Tue, 07 Feb 2012 20:15:14 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207201514.47BB62388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Feb 7 20:15:13 2012 New Revision: 804129 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 Tue Feb 7 20:15:13 2012 @@ -514,6 +514,12 @@ once a segment is finished.
+ r1241588 + LUCENE-3753: Restructure the Lucene build system (lucene) — + sarowe +
+ +
r1241550 SOLR-3107: hardwire seed in langdetect langid impl (lucene) — rmuir @@ -536,19 +542,22 @@ once a segment is finished. LUCENE-3736: Refactor ParallelReader to ParallelAtomicReader and ParallelCompositeReader (lucene) — uschindler
- -
- r1241355 - LUCENE-3746: suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory() - (lucene) — - doronc -

Latest JIRA

+ [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...

+
+ + [LUCENE-3758] Allow the ComplexPhraseQueryParser to search order or un-order proximity queries.
+
+

The ComplexPhraseQueryParser use SpanNearQuery, but always set the "inOrder" value hardcoded to "true". This could be configurable.

+
+ [LUCENE-3757] Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

The documentation of IndexReaderContext.leaves() states that it returns (for convenience) all leave nodes, if the context is top-level (directly got...

@@ -566,44 +575,33 @@ once a segment is finished.

An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...

- - [LUCENE-3756] Don't allow IndexWriterConfig setters to chain
-
-

Spinoff from LUCENE-3736.

- -

I don't like that IndexWriterConfig's setters are chainable; it
-results in code in our tests like...

-
- - [LUCENE-3733] Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API
-
-

This issue will handle the remaining issues in the commit last night (LUCENE-2858). A new branch will be...

-

Latest Dev

-

[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

- [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Uwe Schindler updated LUCENE-3757: -----------------------------------
 
Attachment: LUCENE-3757.patch
 
Simple patch.
 
The only small issue... + [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved SOLR-3107. +-------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

- Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove -an otherwise unneeded ReaderUtil method ----------------------------------------------------------------------------------------------------------------------------------------
 ... + [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Uwe Schindler updated LUCENE-3757: +----------------------------------
 
Component/s: core/index + Fix Version/s: 4.0
 
> Change AtomicReaderContext.leaves() to...
-

[jira] [Assigned] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

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

- [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Uwe Schindler reassigned LUCENE-3757: --------------------------------------
 
Assignee: Uwe Schindler
 
> Change AtomicReaderContext.leaves() to return itsself... + WTF?
 
I've kind of been tuning out the "buildbot" commits since they all looked +like they were triggered by...
Modified: websites/production/lucene/content/index.html ============================================================================== --- websites/production/lucene/content/index.html (original) +++ websites/production/lucene/content/index.html Tue Feb 7 20:15:13 2012 @@ -631,11 +631,11 @@ 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 Tue Feb 7 20:15:13 2012 @@ -463,6 +463,12 @@ as well as new analysis capabilities.
+ r1241588 + LUCENE-3753: Restructure the Lucene build system (lucene) — + sarowe +
+ +
r1241550 SOLR-3107: hardwire seed in langdetect langid impl (lucene) — rmuir @@ -486,13 +492,6 @@ as well as new analysis capabilities.uschindler
-
- r1241355 - LUCENE-3746: suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory() - (lucene) — - doronc -
- @@ -501,6 +500,11 @@ as well as new analysis capabilities. + [SOLR-3108] Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance
+
+

There's a small bug in ZkStateReader.getReplicaProps() when you have multiple replicas of the same shard/slice hosted in one CoreContainer. Not...

+
+ [SOLR-3107] Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

The language-detection library used by LangDetectLanguageIdentifierUpdateProcessor uses a random sampling feature enabled by default as a means of avoiding local...

@@ -524,12 +528,6 @@ I have a 3 fields (dc_title, dc_title_un
<title xmlns="http://www.tei-c.org/ns/1.0">cal•lígraf</title>...
- [SOLR-3105] Add analysis configurations for different languages to the example
-
-

I think we should have good baseline configurations for our supported analyzers
-so that its easy for people to get...

-
- @@ -538,25 +536,27 @@ so that its easy for people to get...

-

[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

- [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Uwe Schindler updated LUCENE-3757: -----------------------------------
 
Attachment: LUCENE-3757.patch
 
Simple patch.
 
The only small issue... + [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Robert Muir resolved SOLR-3107. +-------------------------------
 
Resolution: Fixed + Fix Version/s: 4.0 + 3.6
 
Thanks Christian!
 ...
-

[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

- Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove -an otherwise unneeded ReaderUtil method ----------------------------------------------------------------------------------------------------------------------------------------
 ... + [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel +]
 
Uwe Schindler updated LUCENE-3757: +----------------------------------
 
Component/s: core/index + Fix Version/s: 4.0
 
> Change AtomicReaderContext.leaves() to...
-

[jira] [Assigned] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

+

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

- [ https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Uwe Schindler reassigned LUCENE-3757: --------------------------------------
 
Assignee: Uwe Schindler
 
> Change AtomicReaderContext.leaves() to return itsself... + WTF?
 
I've kind of been tuning out the "buildbot" commits since they all looked +like they were triggered by...
@@ -567,6 +567,12 @@ an otherwise unneeded ReaderUtil method
+

Re: Commit call - ReadTimeoutException -> usage scenario for big update requests and the ioexception case

+
+ Am 07.02.2012 15:12, schrieb Erick Erickson: +> Right, I suspect you're hitting merges.
 
Guess so.
 
How often are... +
+

Re: solrcore.properties

Walter Underwood wrote @@ -581,11 +587,6 @@ an otherwise unneeded ReaderUtil method Web Design &...
-

Re: Realtime profile data

-
- Thank you. I'll try NRT and some post-filter :)
 
On Tue, Feb 7, 2012 at 3:09 PM, Erick Erickson... -
-
@@ -595,16 +596,17 @@ Web Design &...
- @Hur i h-vete begränsar man #Solr på #Tomcat så inte alla når admin och update? -Ngn som har guide för en .NET-skadad person? + @@kristiannorling, är #scope bara ett fält i VGR:s #schema för #solr eller har jag missat något magiskt? +#korkadfråga
- @#TYPO3 #Solr Workshop fertig vorbereitet - Hamburg, ich komme :) #fb + @Hur i h-vete begränsar man #Solr på #Tomcat så inte alla når admin och update? +Ngn som har guide för en .NET-skadad person?
- @@ldelaiglesia creo que es una gran noticia que #alfresco4 incorpore #solr es mucho más flexible que #lucene a secas! En web se usa mucho ;) + @#TYPO3 #Solr Workshop fertig vorbereitet - Hamburg, ich komme :) #fb