Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 11499 invoked from network); 2 Nov 2009 13:05:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 13:05:07 -0000 Received: (qmail 35074 invoked by uid 500); 2 Nov 2009 13:05:05 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 35008 invoked by uid 500); 2 Nov 2009 13:05:04 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 34998 invoked by uid 99); 2 Nov 2009 13:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:05:04 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markrmiller@gmail.com designates 74.125.92.25 as permitted sender) Received: from [74.125.92.25] (HELO qw-out-2122.google.com) (74.125.92.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:05:02 +0000 Received: by qw-out-2122.google.com with SMTP id 5so966169qwd.53 for ; Mon, 02 Nov 2009 05:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=+BLPJf0BbUMslXHlDdaHTp0m0m0l+KqciwX4CZOJZhw=; b=Tioiv2h55zFQTUOPpmQ1sF2YMPxKSD4ArwwXMpLv3PWUoA7AFzKmAjB0pUg59r5zgV +DSA1R7WGrYSdJyDSlkUGV86/IPvlsfA+LyqrpPEoLmbreBvlCjgZnFjJ8lKrwrSyHi9 SZ7iI8jxNnXoTV0HShNvBegT32g6Z3eUby2t0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Tk+lT0CHMbDV4ZliUSOIGhhdr/8giHvqzLFKS9KlrUurUlZaQ7S3sy1/cV+VNVfYKf UTkC6mKNM7BhFEoqP/Xj1Sk3t5OqyWnTwRt+VYW7oMjhJKCtmDbUBnR/gD5ImxgFo+Cf iOjjLqoRcFn8DxJr6bm9QMQp7iuAfo27jjwiY= Received: by 10.224.26.92 with SMTP id d28mr2819646qac.301.1257167081477; Mon, 02 Nov 2009 05:04:41 -0800 (PST) Received: from ?192.168.1.108? (ool-44c639d9.dyn.optonline.net [68.198.57.217]) by mx.google.com with ESMTPS id 23sm3008260qyk.11.2009.11.02.05.04.39 (version=SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 05:04:40 -0800 (PST) Message-ID: <4AEED8E6.2010302@gmail.com> Date: Mon, 02 Nov 2009 08:04:38 -0500 From: Mark Miller User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: AHMET ARSLAN CC: java-user@lucene.apache.org Subject: Re: ComplexPhraseQueryParser highlight problem References: <220804.19190.qm@web52907.mail.re2.yahoo.com> In-Reply-To: <220804.19190.qm@web52907.mail.re2.yahoo.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes - please share your test programs and I can investigate (ApacheCon this week, so I'm not sure when). And its best to keep communications on the list - that allows others with similar issues (now or in the future) to benefit from whatever goes on. You will also reach a wider pool of people that can possibly help or add valuable input. -- - Mark http://www.lucidimagination.com AHMET ARSLAN wrote: > Hi Mark, > > I am using LUCENE-1486. I am having highlighting problems with it. > With solr 1.3.0 it was working with hl.usePhraseHighlighter=true which uses SpanScorer to highlight phrase terms only when they appear within the query phrase in the document. > > But when I switched to Solr 1.4 highlights disappeared. I tried to highlight using lucene 2.9.0 API, again I failed. I also tried FastVectorHighlighter but it didn't produce highlight. I can share my test programs if you want. > > What could be the reason? Document are matching but highlights are missing. > Any pointers to enable highlighting with ComplexPhraseQuery are really appreciated. > > I am writing this e-mail directly to you. If you want i can post it to lucene-java maling list, or to LUCENE-1486. I am not sure which one is more appropriate. > > Please give me some directions. > > Thank you for your time. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org