Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E61F9F7C for ; Fri, 12 Dec 2014 12:08:16 +0000 (UTC) Received: (qmail 65945 invoked by uid 500); 12 Dec 2014 12:08:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 65847 invoked by uid 500); 12 Dec 2014 12:08:13 -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 65688 invoked by uid 99); 12 Dec 2014 12:08:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 12:08:13 +0000 Date: Fri, 12 Dec 2014 12:08:13 +0000 (UTC) From: "Pawel Rog (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-3080) cutover highlighter to BytesRef MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244045#comment-14244045 ] Pawel Rog commented on LUCENE-3080: ----------------------------------- I asked a question about this in other issue: https://issues.apache.org/jira/browse/SOLR-2497?focusedCommentId=14244044&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14244044 > cutover highlighter to BytesRef > ------------------------------- > > Key: LUCENE-3080 > URL: https://issues.apache.org/jira/browse/LUCENE-3080 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/highlighter > Reporter: Michael McCandless > > Highlighter still uses char[] terms (consumes tokens from the analyzer as char[] not as BytesRef), which is causing problems for merging SOLR-2497 to trunk. -- 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