From java-user-return-64087-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Mon Nov 5 18:54:36 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9B6FB180670 for ; Mon, 5 Nov 2018 18:54:35 +0100 (CET) Received: (qmail 88759 invoked by uid 500); 5 Nov 2018 17:54:20 -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 Delivered-To: moderator for java-user@lucene.apache.org Received: (qmail 17492 invoked by uid 99); 5 Nov 2018 06:04:16 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.388 X-Spam-Level: ** X-Spam-Status: No, score=2.388 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_DKIMWL_WL_MED=-0.01] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=l/MLKqGmTZc1z0NMYUAuYE/ph1u/c6OOoDQFMKCc9TA=; b=d3+JfxiNa2fHz/fz2WWojoWU5b+qx1LJXCvA6O0VH3qNU8O3dqXz94Ct5KrhD+Yehf o48kd4BtPbEvT+djRjB0GP8G7rZTpVhsi2XAqx9nKr3/7OP6hAnS50HruTZwFFjLnegc Cwgw6sXG4YUzsoX56lGt18zMNF2IhZJL5Idl3GWk6DsR6tkWdK9A3y5tvojqm+VUioe7 fLB5EL/QqV3941yffbs0axG2OF8VC8JRKzAOx99A89b4aIK9e/duVtR4smFaBynKOyxN UdlpkVzW7hhipgLAgggWqoVfY3M1imKf7SNAVCshUH7FiLxw6J9bPn2XQcJl2ozkSYcM ec3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=l/MLKqGmTZc1z0NMYUAuYE/ph1u/c6OOoDQFMKCc9TA=; b=qhd4xpYyjoDPJqGk7gq6s988LG4g5jglaLqbUMBpVj/GqomwnxOhdtQLGpfzFaQhCN fs69Mxv9yRmyeYLtd6H8aV9w5Wt+g0LOeDPM+QZplWbF1a18JwWs+ORc1WA3Ct0OCwYh 74pmzYyiwDEBp6OGvzSMFB2vfiNsjuQxxuS83LWz2PihGEPtmqK2WH6M2JGsNVKXktJm GN5mx39pL6dmkBapSoG4dU36IFEQiXVlU4XJCQi/b2/N8DVi6RBSWQUzba+aeoCfe/06 9u8/LMEUPMSFNwtWxwOWZ19FOlAs/ZepL77stUfzCc8LdMlvyc6Vay6JBi6jY15XE9sT S6mg== X-Gm-Message-State: AGRZ1gK0+HuQpAfnK7i9z3DzRrAunWHGy7Sk4vhjjGRS062qeHRHmIS2 MQxVdV9/QjqfggomxBgFr7KuaUPRAPZnhFHE+m9C6b76 X-Google-Smtp-Source: AJdET5c18Ek8MxSeAGjdOU2C4xrBREz9ah3mmTuaJD0SmFQfWkpES26o8m7HjDiq64jmA0tae24HoFxsUAsh2CuKw/4= X-Received: by 2002:a0c:8665:: with SMTP id p92mr19078281qva.182.1541397854333; Sun, 04 Nov 2018 22:04:14 -0800 (PST) MIME-Version: 1.0 From: Arpit Mittal Date: Sun, 4 Nov 2018 22:04:02 -0800 Message-ID: Subject: Question about upgrading lucene 4.4.0 to 7.5.0 To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary="00000000000090af650579e4a7d7" --00000000000090af650579e4a7d7 Content-Type: text/plain; charset="UTF-8" Hi All, We are working on upgrading lucene version from 4.4.0 to 7.5.0. We have a few questions. Could you please help us by giving us suggestions to fix it? Remove IndexWriter's per-document analyzer add/updateDocument APIs https://issues.apache.org/jira/browse/LUCENE-6212 We are using custom analyzer at the time of creation of index writer. While adding a document we are adding a different analyzer. Could you please provide us an alternative to fix it? -- Thanks & Regards, Arpit Mittal 650-834-6540 --00000000000090af650579e4a7d7--