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 3D2C1DF3F for ; Tue, 11 Dec 2012 16:51:25 +0000 (UTC) Received: (qmail 75092 invoked by uid 500); 11 Dec 2012 16:51:24 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 74315 invoked by uid 500); 11 Dec 2012 16:51:23 -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 74281 invoked by uid 99); 11 Dec 2012 16:51:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 16:51:22 +0000 Date: Tue, 11 Dec 2012 16:51:22 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-4290) basic highlighter that uses postings offsets 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/LUCENE-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529112#comment-13529112 ] Commit Tag Bot commented on LUCENE-4290: ---------------------------------------- [trunk commit] Michael McCandless http://svn.apache.org/viewvc?view=revision&revision=1420275 LUCENE-4290: be sure to throw exc if index didn't index offsets > basic highlighter that uses postings offsets > -------------------------------------------- > > Key: LUCENE-4290 > URL: https://issues.apache.org/jira/browse/LUCENE-4290 > Project: Lucene - Core > Issue Type: New Feature > Components: modules/other > Reporter: Robert Muir > Fix For: 4.1, 5.0 > > Attachments: LUCENE-4290.patch > > > We added IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS so you can efficiently compress character offsets in the postings list, but nothing yet makes use of this. > Here is a simple highlighter that uses them: it doesn't have many tests or fancy features, but I think its ok for the sandbox/ (maybe with a couple more tests) > Additionally I didnt do any benchmarking. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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