Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 1177 invoked from network); 6 Feb 2010 03:33:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2010 03:33:52 -0000 Received: (qmail 85568 invoked by uid 500); 6 Feb 2010 03:33:51 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 85483 invoked by uid 500); 6 Feb 2010 03:33:51 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 85473 invoked by uid 99); 6 Feb 2010 03:33:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 03:33:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 03:33:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 06FCF234C4A8 for ; Fri, 5 Feb 2010 19:33:28 -0800 (PST) Message-ID: <2042495691.93921265427208027.JavaMail.jira@brutus.apache.org> Date: Sat, 6 Feb 2010 03:33:28 +0000 (UTC) From: "Koji Sekiguchi (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1268) Incorporate Lucene's FastVectorHighlighter In-Reply-To: <1904058585.1247147894901.JavaMail.jira@brutus> 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-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1268: --------------------------------- Attachment: SOLR-1268.patch The patch includes: # eliminate hl.useHighlighter parameter # introduce hl.useFastVectorHighlighter parameter. The default is false Therefore, Highlighter will be used unless hl.useFastVectorHighlighter set to true. I'll commit in a few days. > Incorporate Lucene's FastVectorHighlighter > ------------------------------------------ > > Key: SOLR-1268 > URL: https://issues.apache.org/jira/browse/SOLR-1268 > Project: Solr > Issue Type: New Feature > Components: highlighter > Reporter: Koji Sekiguchi > Assignee: Koji Sekiguchi > Priority: Minor > Fix For: 1.5 > > Attachments: SOLR-1268-0_fragsize.patch, SOLR-1268-0_fragsize.patch, SOLR-1268.patch, SOLR-1268.patch, SOLR-1268.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.