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 05B3A99B2 for ; Tue, 7 Feb 2012 22:15:41 +0000 (UTC) Received: (qmail 40440 invoked by uid 500); 7 Feb 2012 22:15:40 -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 40433 invoked by uid 99); 7 Feb 2012 22: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 22: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 22:15:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AB4312388865 for ; Tue, 7 Feb 2012 22:15:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804144 - in /websites/production/lucene/content: core/index.html index.html solr/index.html Date: Tue, 07 Feb 2012 22:15:13 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207221513.AB4312388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Feb 7 22:15:13 2012 New Revision: 804144 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 22:15:13 2012 @@ -514,6 +514,12 @@ once a segment is finished.
+ r1241636 + LUCENE-3602: Moved change from trunk to 3.6 (lucene) — + mvg +
+ +
r1241598 LUCENE-3753: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (lucene) — sarowe @@ -536,18 +542,17 @@ once a segment is finished. SOLR-3107: hardwire seed in langdetect langid impl (lucene) — rmuir
- -
- r1241537 - SOLR-3104: get sortfield values for fsv in docid order (lucene) — - yonik -

Latest JIRA

+ [LUCENE-3602] Add join query to Lucene
+
+

Solr has (psuedo) join query for a while now. I think this should also be available in Lucene.

+
+ [LUCENE-3672] IndexCommit.equals() bug

IndexCommit.equals() checks for equality of Directories and versions, but it doesn't check IMHO the more important generation numbers. It looks...

@@ -570,34 +575,30 @@ results in code in our tests like...

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

-

Latest Dev

-

[jira] [Commented] (LUCENE-3756) Don't allow IndexWriterConfig setters to chain

+

RE: [JENKINS] Solr-trunk - Build # 1755 - Failure

- [ https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741 -]
 
Uwe Schindler commented on LUCENE-3756: ----------------------------------------
 
{quote} -Does anyone think the example above is more... + I'm not sure what's happening, but the build expects the pre-LUCENE-3753 structure - I'm working +to track down the problem:...
-

Re: Fwd: Cron <apsite@minotaur> /x1/home/apsite/wrkdir/bin/build.sh

+

[jira] [Commented] (LUCENE-3602) Add join query to Lucene

- : DOAP has moved - please fix files.xml
 
looks like the lucene-core doap file was being refrneced via the... + [ https://issues.apache.org/jira/browse/LUCENE-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202806#comment-13202806 +]
 
Martijn van Groningen commented on LUCENE-3602: +-----------------------------------------------
 
Committed latest 3x patch to branch3x.
 
>...
-

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

+

[JENKINS] Solr-trunk - Build # 1755 - Failure

- Hi,
 
Sorry I was unclear. Perl script is of course also fine. I was more focusing -on the fact... + Build: https://builds.apache.org/job/Solr-trunk/1755/
 
All tests passed
 
Build Log (for compile errors): +[...truncated 27412 lines...]
 
--------------------------------------------------------------------- +To unsubscribe, e-mail:...
Modified: websites/production/lucene/content/index.html ============================================================================== --- websites/production/lucene/content/index.html (original) +++ websites/production/lucene/content/index.html Tue Feb 7 22: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 22:15:13 2012 @@ -463,6 +463,12 @@ as well as new analysis capabilities.
+ r1241636 + LUCENE-3602: Moved change from trunk to 3.6 (lucene) — + mvg +
+ +
r1241598 LUCENE-3753: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (lucene) — sarowe @@ -486,12 +492,6 @@ as well as new analysis capabilities.rmuir
-
- r1241537 - SOLR-3104: get sortfield values for fsv in docid order (lucene) — - yonik -
- @@ -536,23 +536,24 @@ I have a 3 fields (dc_title, dc_title_un
-

[jira] [Commented] (LUCENE-3756) Don't allow IndexWriterConfig setters to chain

+

RE: [JENKINS] Solr-trunk - Build # 1755 - Failure

- [ https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741 -]
 
Uwe Schindler commented on LUCENE-3756: ----------------------------------------
 
{quote} -Does anyone think the example above is more... + I'm not sure what's happening, but the build expects the pre-LUCENE-3753 structure - I'm working +to track down the problem:...
-

Re: Fwd: Cron /x1/home/apsite/wrkdir/bin/build.sh

+

[jira] [Commented] (LUCENE-3602) Add join query to Lucene

- : DOAP has moved - please fix files.xml
 
looks like the lucene-core doap file was being refrneced via the... + [ https://issues.apache.org/jira/browse/LUCENE-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202806#comment-13202806 +]
 
Martijn van Groningen commented on LUCENE-3602: +-----------------------------------------------
 
Committed latest 3x patch to branch3x.
 
>...
-

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

+

[JENKINS] Solr-trunk - Build # 1755 - Failure

- Hi,
 
Sorry I was unclear. Perl script is of course also fine. I was more focusing -on the fact... + Build: https://builds.apache.org/job/Solr-trunk/1755/
 
All tests passed
 
Build Log (for compile errors): +[...truncated 27412 lines...]
 
--------------------------------------------------------------------- +To unsubscribe, e-mail:...
@@ -563,21 +564,32 @@ on the fact...
-

Re: Which Tokeniser (and/or filter)

+

RE: Multi word synonyms

- Well, this is a common approach. Someone has to split up the -input as "sentences" (whatever they are). Putting them... + Well, if you want both multi word and single words I guess you will have to +create another field :)...
-

RE: Multi word synonyms

+

RE: Multi word synonyms

- I suppose I could translate every user query to include the term with quotes.
 
e.g. if someone searches for... + It doesn't seem to do it for me. My field type is: + + + + + + + + +
 
I am using edismax and solr 3.5...
-

Missing search result...

+

Re: Which Tokeniser (and/or filter)

- Hi, all...
 
I have a small problem retrieving the full set of query responses I need -and would appreciate... + A custom tokenizer/tokenfilter could set the position increment when a newline comes through +as well.
 
Erik
 
On Feb...
@@ -589,6 +601,10 @@ and would appreciate...
+ @Work @Vimeo as a #Backend #Engineer: bit.ly/xM5OOj #unix #php #python #hadoop #node.js #solr #lucene #aws vimeo.com/jobs +
+ +
@@kristiannorling, är #scope bara ett fält i VGR:s #schema för #solr eller har jag missat något magiskt? #korkadfråga
@@ -598,10 +614,6 @@ and would appreciate... Ngn som har guide för en .NET-skadad person?
-
- @#TYPO3 #Solr Workshop fertig vorbereitet - Hamburg, ich komme :) #fb -
-