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 E4FA718DF2 for ; Wed, 4 Nov 2015 23:21:14 +0000 (UTC) Received: (qmail 47792 invoked by uid 500); 4 Nov 2015 23:21:14 -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 47782 invoked by uid 99); 4 Nov 2015 23:21:14 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 23:21:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 58248C4364 for ; Wed, 4 Nov 2015 23:21:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.79 X-Spam-Level: * X-Spam-Status: No, score=1.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id glzQ_4eBWTsY for ; Wed, 4 Nov 2015 23:21:13 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 2A65C24D7B for ; Wed, 4 Nov 2015 23:21:07 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 10570E00B0 for ; Wed, 4 Nov 2015 23:21:06 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DE4793A03CC for ; Wed, 4 Nov 2015 23:21:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r971389 - in /websites: production/lucene/content/ production/lucene/content/core/ production/lucene/content/solr/ staging/lucene/trunk/content/ staging/lucene/trunk/content/core/ staging/lucene/trunk/content/solr/ Date: Wed, 04 Nov 2015 23:21:05 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151104232105.DE4793A03CC@svn01-us-west.apache.org> Author: buildbot Date: Wed Nov 4 23:21:05 2015 New Revision: 971389 Log: Dynamic update by buildbot for lucene Modified: websites/production/lucene/content/core/index.html websites/production/lucene/content/index.html websites/production/lucene/content/solr/index.html websites/staging/lucene/trunk/content/core/index.html websites/staging/lucene/trunk/content/index.html websites/staging/lucene/trunk/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 Nov 4 23:21:05 2015 @@ -349,6 +349,18 @@ h2:hover > .headerlink, h3:hover > .head
+ r1712682 + LUCENE-6879: Allow to define custom CharTokenizer instances without subclassing using Java 8 lambdas or method references (lucene) — + uschindler +
+ +
+ r1712677 + SOLR-8166: Add some null checks (lucene) — + uschindler +
+ +
r1712629 SOLR-8166: Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader (lucene) — uschindler @@ -365,18 +377,6 @@ h2:hover > .headerlink, h3:hover > .head SOLR-8215: Only active replicas should handle incoming requests against a collection (lucene) — varun
- -
- r1712539 - SOLR-7666 Fix URL handling in query and analysis panes (lucene) — - upayavira -
- -
- r1712535 - SOLR-8139, SOLR-8199 update CHANGES.txt (lucene) — - upayavira -
Modified: websites/production/lucene/content/index.html ============================================================================== (empty) Modified: websites/production/lucene/content/solr/index.html ============================================================================== (empty) Modified: websites/staging/lucene/trunk/content/core/index.html ============================================================================== --- websites/staging/lucene/trunk/content/core/index.html (original) +++ websites/staging/lucene/trunk/content/core/index.html Wed Nov 4 23:21:05 2015 @@ -349,6 +349,18 @@ h2:hover > .headerlink, h3:hover > .head
+ r1712682 + LUCENE-6879: Allow to define custom CharTokenizer instances without subclassing using Java 8 lambdas or method references (lucene) — + uschindler +
+ +
+ r1712677 + SOLR-8166: Add some null checks (lucene) — + uschindler +
+ +
r1712629 SOLR-8166: Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader (lucene) — uschindler @@ -365,18 +377,6 @@ h2:hover > .headerlink, h3:hover > .head SOLR-8215: Only active replicas should handle incoming requests against a collection (lucene) — varun
- -
- r1712539 - SOLR-7666 Fix URL handling in query and analysis panes (lucene) — - upayavira -
- -
- r1712535 - SOLR-8139, SOLR-8199 update CHANGES.txt (lucene) — - upayavira -
Modified: websites/staging/lucene/trunk/content/index.html ============================================================================== (empty) Modified: websites/staging/lucene/trunk/content/solr/index.html ============================================================================== (empty)