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 67B0D200BEC for ; Thu, 15 Dec 2016 07:00:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66482160B34; Thu, 15 Dec 2016 06:00: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 B095C160B19 for ; Thu, 15 Dec 2016 06:59:59 +0100 (CET) Received: (qmail 51263 invoked by uid 500); 15 Dec 2016 05:59: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 51233 invoked by uid 99); 15 Dec 2016 05:59:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 05:59:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7A48A2C03E1 for ; Thu, 15 Dec 2016 05:59:58 +0000 (UTC) Date: Thu, 15 Dec 2016 05:59:58 +0000 (UTC) From: "Luo Ji (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LUCENE-7593) FastVectorHighlighter Overlapping Queries Do Not Highlight MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 06:00:00 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luo Ji updated LUCENE-7593: --------------------------- Description: Example Text: ABCDEF Example Query: AB or ABC I got two terms hit, (AB, startOffset=0, endOffset=2, weight=4), (ABC, startOffset=0, endOffset=3, weight=5), in FieldPhraseList's constructor, line 103, addIfNoOverlap, only (AB) were highlighted, and (ABC) with higher weight had been dropped was: Example Text: ABCDEF Example Query: AB and ABC I got two terms hit, (AB, startOffset=0, endOffset=2, weight=4), (ABC, startOffset=0, endOffset=3, weight=5), in FieldPhraseList's constructor, line 103, addIfNoOverlap, only (AB) were highlighted, and (ABC) with higher weight had been dropped > FastVectorHighlighter Overlapping Queries Do Not Highlight > ---------------------------------------------------------- > > Key: LUCENE-7593 > URL: https://issues.apache.org/jira/browse/LUCENE-7593 > Project: Lucene - Core > Issue Type: Bug > Components: modules/highlighter > Affects Versions: 5.x, 5.5.2 > Reporter: Luo Ji > Labels: fastvectorhighlighter > > Example Text: > ABCDEF > Example Query: > AB or ABC > I got two terms hit, (AB, startOffset=0, endOffset=2, weight=4), (ABC, startOffset=0, endOffset=3, weight=5), in FieldPhraseList's constructor, line 103, addIfNoOverlap, only (AB) were highlighted, and (ABC) with higher weight had been dropped -- 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