From commits-return-117749-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Sep 3 15:06:45 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 98730180636 for ; Thu, 3 Sep 2020 17:06:45 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id C3E1E121CCD for ; Thu, 3 Sep 2020 15:06:44 +0000 (UTC) Received: (qmail 34919 invoked by uid 500); 3 Sep 2020 15:06:44 -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 34906 invoked by uid 99); 3 Sep 2020 15:06:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2020 15:06:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 596C78087C; Thu, 3 Sep 2020 15:06:44 +0000 (UTC) Date: Thu, 03 Sep 2020 15:06:43 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch reference_impl_dev updated (b232dd5 -> 6800ee7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159914560298.19077.6532092043581310358@gitbox.apache.org> From: markrmiller@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/reference_impl_dev X-Git-Reftype: branch X-Git-Oldrev: b232dd577e0e4af1fbb614f17a49fbc6f650858d X-Git-Newrev: 6800ee73c0abc8232252bd26b014797883ad4cf3 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. markrmiller pushed a change to branch reference_impl_dev in repository https://gitbox.apache.org/repos/asf/lucene-solr.git. from b232dd5 @717 OnQueuedListener missing and a bit of fallout. new ad28bd3 @718 Small tweaks. new 6800ee7 @719 Lookup build methods can raise with file work and cause lookup build fails. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java | 2 +- .../org/apache/lucene/search/suggest/fst/FSTCompletionLookup.java | 2 +- .../org/apache/lucene/search/suggest/fst/WFSTCompletionLookup.java | 2 +- .../src/java/org/apache/lucene/search/suggest/tst/TSTLookup.java | 2 +- solr/core/src/java/org/apache/solr/cloud/ZkCollectionTerms.java | 2 -- .../src/java/org/apache/solr/spelling/suggest/SolrSuggester.java | 2 +- .../cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java | 5 ++--- 7 files changed, 7 insertions(+), 10 deletions(-)