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 321C4200BF0 for ; Fri, 30 Dec 2016 15:32:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 30BC6160B32; Fri, 30 Dec 2016 14:32: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 70BC5160B24 for ; Fri, 30 Dec 2016 15:31:59 +0100 (CET) Received: (qmail 37787 invoked by uid 500); 30 Dec 2016 14:31: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 37777 invoked by uid 99); 30 Dec 2016 14:31:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2016 14:31:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4D0B72C03DC for ; Fri, 30 Dec 2016 14:31:58 +0000 (UTC) Date: Fri, 30 Dec 2016 14:31:58 +0000 (UTC) From: "Alan Woodward (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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: Fri, 30 Dec 2016 14:32:00 -0000 Alan Woodward created LUCENE-7612: ------------------------------------- Summary: 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 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. -- 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