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 3FACA200BCF for ; Mon, 5 Dec 2016 22:22:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3E658160B09; Mon, 5 Dec 2016 21:22: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 ACAD6160B27 for ; Mon, 5 Dec 2016 22:21:59 +0100 (CET) Received: (qmail 65911 invoked by uid 500); 5 Dec 2016 21:21: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 65891 invoked by uid 99); 5 Dec 2016 21:21:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 21:21:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7020F2C2A69 for ; Mon, 5 Dec 2016 21:21:58 +0000 (UTC) Date: Mon, 5 Dec 2016 21:21: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-7575) UnifiedHighlighter: add requireFieldMatch=false support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 21:22:00 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723408#comment-15723408 ] ASF subversion and git services commented on LUCENE-7575: --------------------------------------------------------- Commit 4e7a7dbf9a56468f41e89f5289833081b27f1b14 in lucene-solr's branch refs/heads/branch_6x from [~dsmiley] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=4e7a7db ] LUCENE-7575: Add UnifiedHighlighter field matcher predicate (AKA requireFieldMatch=false) (cherry picked from commit 2e948fe) > UnifiedHighlighter: add requireFieldMatch=false support > ------------------------------------------------------- > > Key: LUCENE-7575 > URL: https://issues.apache.org/jira/browse/LUCENE-7575 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/highlighter > Reporter: David Smiley > Assignee: David Smiley > Attachments: LUCENE-7575.patch, LUCENE-7575.patch, LUCENE-7575.patch > > > The UnifiedHighlighter (like the PostingsHighlighter) only supports highlighting queries for the same fields that are being highlighted. The original Highlighter and FVH support loosening this, AKA requireFieldMatch=false. -- 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