From solr-user-return-149060-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Aug 1 13:20:57 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 102FB180644 for ; Thu, 1 Aug 2019 15:20:56 +0200 (CEST) Received: (qmail 26428 invoked by uid 500); 1 Aug 2019 13:20:49 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 26417 invoked by uid 99); 1 Aug 2019 13:20:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 13:20:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3E6EA182842 for ; Thu, 1 Aug 2019 13:20:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.3 X-Spam-Level: * X-Spam-Status: No, score=1.3 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 4bOMZJb-azR4 for ; Thu, 1 Aug 2019 13:20:44 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=63.128.21.102; helo=us-smtp-delivery-102.mimecast.com; envelope-from=rhodder@navg.com; receiver= Received: from us-smtp-delivery-102.mimecast.com (us-smtp-delivery-102.mimecast.com [63.128.21.102]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id 5B22B7D3FB for ; Thu, 1 Aug 2019 13:20:43 +0000 (UTC) Received: from SVUSSTM-MAIL4.corp.navg.com (12.148.2.113 [12.148.2.113]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-240-58VdWtc6OcOw4ymK3wGfsA-1; Thu, 01 Aug 2019 09:20:35 -0400 Received: from SVUSSTM-EXCH2.corp.navg.com (10.170.10.101) by SVUSSTM-MAIL4.corp.navg.com (10.170.10.53) with Microsoft SMTP Server (TLS) id 14.3.279.2; Thu, 1 Aug 2019 09:20:35 -0400 Received: from SVUSSTM-EXCH1.corp.navg.com (10.170.10.100) by SVUSSTM-EXCH2.corp.navg.com (10.170.10.101) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 1 Aug 2019 09:20:34 -0400 Received: from SVUSSTM-EXCH1.corp.navg.com ([10.170.10.100]) by SVUSSTM-EXCH1.corp.navg.com ([10.170.10.100]) with mapi id 15.01.1713.004; Thu, 1 Aug 2019 09:20:34 -0400 From: "Hodder, Rick" To: "solr-user@lucene.apache.org" Subject: SOLR 8.1.1 SynonymQuery(Synonym in parsedQuery Thread-Topic: SOLR 8.1.1 SynonymQuery(Synonym in parsedQuery Thread-Index: AdVIa+XLVISap8c3RzqW1uW2Yqk+bg== Date: Thu, 1 Aug 2019 13:20:34 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.170.10.60] x-c2processedorg: 3ca1d22c-32c0-4281-9f46-2e270ed3631f MIME-Version: 1.0 X-MC-Unique: 58VdWtc6OcOw4ymK3wGfsA-1 X-Mimecast-Spam-Score: 0 Content-Type: multipart/alternative; boundary="_000_b46ac5395f184563b053c09f558b1406navgcom_" --_000_b46ac5395f184563b053c09f558b1406navgcom_ Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable have a SOLR 4.10.2 core, and I am upgrading to 8.1.1. When I compare parsedQuery for a search 4.10 vs 8.1.1 I am seeing the query= wrapped with SynonymQuery(Synonym( in 8.1.1. I think it may be because I replaced the deprecated SynonymFilterFactory wi= th SynonymGraphFilterFactory. Is this a new feature of the SynonymGraphFilterFactory? How can I remove th= at (or should I?)? 4.10.2 "querystring":"IDX_Company:blue", "parsedquery":"(IDX_Company:b IDX_Company:bl IDX_Company:blu IDX_Compan= y:blue)", ... 8.1.1 "querystring":"IDX_Company:blue", "parsedquery":"SynonymQuery(Synonym(IDX_Company:b IDX_Company:bl IDX_Co= mpany:blu IDX_Company:blue))", ... Here's the field def: Here is the definition of text_general I am using in schema.xml --_000_b46ac5395f184563b053c09f558b1406navgcom_--