Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D235200BF1 for ; Tue, 3 Jan 2017 15:11:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3BBCF160B33; Tue, 3 Jan 2017 14:11:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AAA81160B43 for ; Tue, 3 Jan 2017 15:10:59 +0100 (CET) Received: (qmail 89009 invoked by uid 500); 3 Jan 2017 14:10:58 -0000 Mailing-List: contact dev-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 dev@lucene.apache.org Received: (qmail 88975 invoked by uid 99); 3 Jan 2017 14:10:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 14:10:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6319F2C1F56 for ; Tue, 3 Jan 2017 14:10:58 +0000 (UTC) Date: Tue, 3 Jan 2017 14:10:58 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-7612) Remove suggester dependency on misc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 Jan 2017 14:11:00 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795139#comment-15795139 ] ASF subversion and git services commented on LUCENE-7612: --------------------------------------------------------- Commit f3306786a13bda596a60cada45406e6f6a88724f in lucene-solr's branch refs/heads/master from [~romseygeek] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f330678 ] LUCENE-7612: Remove suggester dependency on misc > Remove suggester dependency on misc > ----------------------------------- > > Key: LUCENE-7612 > URL: https://issues.apache.org/jira/browse/LUCENE-7612 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Alan Woodward > Assignee: Alan Woodward > Attachments: LUCENE-7612.patch > > > AnalyzingInfixSuggester uses IndexSorter, which was in the misc module when the dependency was added in LUCENE-5477. IndexSorter is in core now, though, so this dependency can be removed. > {{lucene/misc/src/java/org/apache/lucene/index/Sorter.java}} became {{lucene/core/src/java/org/apache/lucene/index/Sorter.java}} as part of LUCENE-6766 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org