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 030238E0D for ; Tue, 13 Sep 2011 03:57:42 +0000 (UTC) Received: (qmail 94544 invoked by uid 500); 13 Sep 2011 03:57:39 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 94173 invoked by uid 500); 13 Sep 2011 03:57:36 -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 94149 invoked by uid 99); 13 Sep 2011 03:57:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 03:57:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 03:57:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7ECA2878FA for ; Tue, 13 Sep 2011 03:57:09 +0000 (UTC) Date: Tue, 13 Sep 2011 03:57:09 +0000 (UTC) From: "Koji Sekiguchi (JIRA)" To: dev@lucene.apache.org Message-ID: <1107310490.20631.1315886229515.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <10655313.817.1315449668805.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2749) use BoundaryScanner in Solr FVH 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/SOLR-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2749: --------------------------------- Attachment: SOLR-2749.patch New patch. Almost done except test cases. > use BoundaryScanner in Solr FVH > ------------------------------- > > Key: SOLR-2749 > URL: https://issues.apache.org/jira/browse/SOLR-2749 > Project: Solr > Issue Type: New Feature > Components: highlighter > Reporter: Koji Sekiguchi > Priority: Minor > Attachments: SOLR-2749.patch, SOLR-2749.patch > > > After LUCENE-1824 committed, Solr FragmentsBuilder can snip off at the "natural" boundary by nature. But to bring out the full feature, Solr should take care of arbitrary BoundaryScanner in solrconfig.xml. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org