Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 4165 invoked from network); 11 Aug 2006 21:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2006 21:31:50 -0000 Received: (qmail 91414 invoked by uid 500); 11 Aug 2006 21:31:50 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 91271 invoked by uid 500); 11 Aug 2006 21:31:50 -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 91256 invoked by uid 99); 11 Aug 2006 21:31:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 14:31:50 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mike.klaas@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 14:31:49 -0700 Received: by ug-out-1314.google.com with SMTP id y2so459793uge for ; Fri, 11 Aug 2006 14:31:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Zg3HBpEyzo9hMlgysoqVjvqupiFTqYuNTkD+fnjc2d8zgmOZfrtQbvuwBaPxWDA2NSMNone4XxjZ0jkXzvJaZhRQ9EbhXOtjtUTcEP09ji33LQankYuRpt3Qy6MEn98RDq6z1vzdrD+McqWmgF4PBw/t9Vfn6SZTIIxIUG5OITQ= Received: by 10.67.24.13 with SMTP id b13mr4664221ugj; Fri, 11 Aug 2006 14:31:28 -0700 (PDT) Received: by 10.67.28.3 with HTTP; Fri, 11 Aug 2006 14:31:28 -0700 (PDT) Message-ID: <3d2ce8cb0608111431g618600afx76ac63a0b027fe1f@mail.gmail.com> Date: Fri, 11 Aug 2006 14:31:28 -0700 From: "Mike Klaas" To: solr-user@lucene.apache.org Subject: Re: Highlighting problem - mutivalue field In-Reply-To: <44DCF029.5050409@ingenta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DCF029.5050409@ingenta.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/11/06, Andrew May wrote: > Hi, > > I'm afraid I've found another slightly odd thing with Highlighting, in this case in a > multi-valued field I'm using for author names. Thanks for the report. This is a known Lucene Highlighter issue; see http://issues.apache.org/jira/browse/LUCENE-645. The issue contains a patch which you may want to apply to your local code, though there are some cases which could cause relatively severe problems (namely, very with large fields, which you may not care about). regards, -MIke