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 F42269BF6 for ; Tue, 7 Feb 2012 19:15:41 +0000 (UTC) Received: (qmail 4345 invoked by uid 500); 7 Feb 2012 19: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 4338 invoked by uid 99); 7 Feb 2012 19:15:41 -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 19:15:41 +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 19:15:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 68A8F2388865 for ; Tue, 7 Feb 2012 19:15:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804123 - in /websites/production/lucene/content: core/index.html index.html solr/index.html Date: Tue, 07 Feb 2012 19:15:14 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207191514.68A8F2388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Feb 7 19:15:13 2012 New Revision: 804123 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 19:15:13 2012 @@ -514,6 +514,12 @@ once a segment is finished.
+ r1241550 + SOLR-3107: hardwire seed in langdetect langid impl (lucene) — + rmuir +
+ +
r1241537 SOLR-3104: get sortfield values for fsv in docid order (lucene) — yonik @@ -537,18 +543,17 @@ once a segment is finished. (lucene) — doronc
- -
- r1241059 - set timeout on sync request (lucene) — - markrmiller -

Latest JIRA

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

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

@@ -574,42 +579,31 @@ results in code in our tests like...

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

- - [LUCENE-3746] suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()
-

Latest Dev

-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Updated] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields (dc_title,... + [ 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...
-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Created] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields (dc_title,... + Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove +an otherwise unneeded ReaderUtil method +---------------------------------------------------------------------------------------------------------------------------------------
 ...
-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Assigned] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields containing... + [ 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...
Modified: websites/production/lucene/content/index.html ============================================================================== --- websites/production/lucene/content/index.html (original) +++ websites/production/lucene/content/index.html Tue Feb 7 19: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 Tue Feb 7 19:15:13 2012 @@ -463,6 +463,12 @@ as well as new analysis capabilities.
+ r1241550 + SOLR-3107: hardwire seed in langdetect langid impl (lucene) — + rmuir +
+ +
r1241537 SOLR-3104: get sortfield values for fsv in docid order (lucene) — yonik @@ -487,12 +493,6 @@ as well as new analysis capabilities.doronc
-
- r1241059 - set timeout on sync request (lucene) — - markrmiller -
- @@ -501,6 +501,16 @@ as well as new analysis capabilities. + [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...

+
+ + [SOLR-3076] Solr should support block joins
+
+

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

+
+ [SOLR-3104] Bad performance with distributed search when sort contains relevancy queries

So I found this issue when trying out distributed search with solr 3.5 and noticed big performance degradation for some...

@@ -520,16 +530,6 @@ I have a 3 fields (dc_title, dc_title_un so that its easy for people to get...

- [SOLR-3097] Introduce default Japanese stoptags and stopwords to Solr's example configuration
-
-

SOLR-3056 discusses introducing a default field type text_ja for Japanese in schema.xml. This configuration will be improved by also...

-
- - [SOLR-3100] Add an operator to edismax for term quorum
-
-

A project I'm working on requires term quorum searching with stemming turned off. The users are accostomed to Sphinx search,...

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

-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Updated] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields (dc_title,... + [ 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...
-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Created] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields (dc_title,... + Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove +an otherwise unneeded ReaderUtil method +---------------------------------------------------------------------------------------------------------------------------------------
 ...
-

[jira] [Updated] (SOLR-3106) Wildcard ? issue

+

[jira] [Assigned] (LUCENE-3757) 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/SOLR-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -]
 
Dalius updated SOLR-3106: --------------------------
 
Description: -Sorry for inaccurate title. -I have a 3 fields containing... + [ 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...
@@ -573,6 +567,14 @@ I have a 3 fields containing...
+

Re: solrcore.properties

+
+ Walter Underwood wrote +> +> Looking at SOLR-1335 and the wiki, I'm not quite sure of the final +> behavior... +
+

Re: Which Tokeniser (and/or filter)

This all seems a bit too much work for such a real-world scenario?
 
---
 
IntelCompute @@ -584,11 +586,6 @@ Web Design &... Thank you. I'll try NRT and some post-filter :)
 
On Tue, Feb 7, 2012 at 3:09 PM, Erick Erickson...
-

RE: Display of highlighted search result should start with the beginning of the sentence that contains the search string.

-
- Hi Koji,
 
I have tried using hl.bs.type=SENTENCE and still no improvement.
 
We are storing PDF extracted content in... -
-
@@ -598,15 +595,16 @@ Web Design &...
- @#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
- @Nice post about using #sunspot, a #ruby gem for #solr search http://t.co/5DNCMi1V + @@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 ;)