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 41D69200BA8 for ; Mon, 24 Oct 2016 15:34:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40640160AEB; Mon, 24 Oct 2016 13:34: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 ACEBD160AE1 for ; Mon, 24 Oct 2016 15:33:59 +0200 (CEST) Received: (qmail 89831 invoked by uid 500); 24 Oct 2016 13:33: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 89815 invoked by uid 99); 24 Oct 2016 13:33:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 13:33:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B6B82C0D55 for ; Mon, 24 Oct 2016 13:33:58 +0000 (UTC) Date: Mon, 24 Oct 2016 13:33: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-7520) WeightedSpanTermExtractor should not rewrite MultiTermQuery all the time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 13:34:00 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601981#comment-15601981 ] ASF subversion and git services commented on LUCENE-7520: --------------------------------------------------------- Commit 167013c44102e1d5679235b94370f59dcbc92726 in lucene-solr's branch refs/heads/branch_6x from [~dsmiley] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=167013c ] LUCENE-7520: WSTE shouldn't expand MTQ if its field doesn't match filter (cherry picked from commit e1b0693) > WeightedSpanTermExtractor should not rewrite MultiTermQuery all the time > ------------------------------------------------------------------------ > > Key: LUCENE-7520 > URL: https://issues.apache.org/jira/browse/LUCENE-7520 > Project: Lucene - Core > Issue Type: Bug > Reporter: Cao Manh Dat > Assignee: David Smiley > Attachments: LUCENE-7520.patch > > > Currently WeightedSpanTermExtractor will rewrite MultiTermQuery regardless of the field being requested for highlighting. In some case like SOLR-2216, It can be costly and cause TooManyClauses exception for no reason. -- 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