Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 94267 invoked from network); 23 Apr 2010 01:06:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 01:06:14 -0000 Received: (qmail 96263 invoked by uid 500); 23 Apr 2010 01:06:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 96222 invoked by uid 500); 23 Apr 2010 01:06: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 96215 invoked by uid 500); 23 Apr 2010 01:06:13 -0000 Delivered-To: apmail-lucene-solr-dev@lucene.apache.org Received: (qmail 96209 invoked by uid 99); 23 Apr 2010 01:06:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 01:06:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 01:06:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3N15niH003758 for ; Fri, 23 Apr 2010 01:05:49 GMT Message-ID: <10513818.152951271984749248.JavaMail.jira@thor> Date: Thu, 22 Apr 2010 21:05:49 -0400 (EDT) From: "Koji Sekiguchi (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1887) Improve log message at DefaultSolrHighlighter when use.FastVectorHighlighter=true In-Reply-To: <25705226.137261271937771644.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860086#action_12860086 ] Koji Sekiguchi commented on SOLR-1887: -------------------------------------- Simple fix. I'll commit it shortly. Thanks, Ito-san! > Improve log message at DefaultSolrHighlighter when use.FastVectorHighlighter=true > --------------------------------------------------------------------------------- > > Key: SOLR-1887 > URL: https://issues.apache.org/jira/browse/SOLR-1887 > Project: Solr > Issue Type: Improvement > Components: highlighter > Reporter: Hayato Ito > Assignee: Koji Sekiguchi > Priority: Minor > Fix For: 1.5 > > Attachments: SOLR-1887.patch > > > I try use SOLR-1268 new feature. But I am confused. > I set use.FastVectorHighlighter=true, but FVH is disabled. > Because It was not set TermPosition=on and TermOffsets=on at schema.xml . > So, I suggest adding log.warn() in the following conditions. > - use.FastVectorHighlighter=true > - TermPosition=off or TermOffsets=off -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org