Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8DBE10A86 for ; Wed, 15 Oct 2014 15:54:06 +0000 (UTC) Received: (qmail 25831 invoked by uid 500); 15 Oct 2014 15:54:04 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 25770 invoked by uid 500); 15 Oct 2014 15:54:04 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 25757 invoked by uid 99); 15 Oct 2014 15:54:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 15:54:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jigaronline@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-ig0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 15:53:37 +0000 Received: by mail-ig0-f173.google.com with SMTP id h18so17622178igc.12 for ; Wed, 15 Oct 2014 08:53:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MpiPm/QyuaK76qqmE/803+JOe2YUR3zpJoTne46JUe8=; b=JykiwURHwZU3Wd/mSybA13bHJWehjwyMqLBx4x/EJNI5EbnYduV6pKOPutwm6pNL6Q gLsVVU9bvBTP71qR7GjShODGj74UvSmSha9+/RAeQovh9dj6yukNSw+xXptas/GqkCQT ymDZ9rk5gRZt6ALz3Cfo3Q+icjo538UqNnjlNXRcV5ggCRmsM0Q8Hsa0xwdvCS0loQil UBIr5CG0IU9cCqsrXWfVdHNR+Z+NwMfKJPuMNTJDiiGafxD4dCz28H2Q2EjtsaYTk7NM /GcwKQbA7h14XAA48wwAOn/XKBPg5ZPntHaykgL6IbQq1rSbSDefgBRVMQH/2pk3KJNy zcTw== MIME-Version: 1.0 X-Received: by 10.107.154.144 with SMTP id c138mr10809520ioe.11.1413388416149; Wed, 15 Oct 2014 08:53:36 -0700 (PDT) Received: by 10.107.33.206 with HTTP; Wed, 15 Oct 2014 08:53:36 -0700 (PDT) Date: Wed, 15 Oct 2014 21:23:36 +0530 Message-ID: Subject: lucene-facet-4.10.1 version not changed in 'DirectoryTaxonomyWriter' From: Jigar Shah To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a1140f8de7974e00505782245 X-Virus-Checked: Checked by ClamAV on apache.org --001a1140f8de7974e00505782245 Content-Type: text/plain; charset=UTF-8 Hello Lucene commiters, I saw one inconcistent version usage lucene-facet-4.10.1.jar. lucene-facet-4.10.1.jar uses deprecated 'Version.LUCENE_4_10_0" in class 'DirectoryTaxonomyWriter' 'createIndexWriterConfig' Ignore it if it is deliberate. Thanks, --001a1140f8de7974e00505782245--