Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 83761 invoked from network); 11 Nov 2008 16:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2008 16:29:38 -0000 Received: (qmail 32351 invoked by uid 500); 11 Nov 2008 16:29:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 32311 invoked by uid 500); 11 Nov 2008 16:29:45 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 32300 invoked by uid 99); 11 Nov 2008 16:29:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 08:29:44 -0800 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; Tue, 11 Nov 2008 16:28:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E397E234C28E for ; Tue, 11 Nov 2008 08:28:46 -0800 (PST) Message-ID: <1237303697.1226420926931.JavaMail.jira@brutus> Date: Tue, 11 Nov 2008 08:28:46 -0800 (PST) From: "Paco Avila (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1521) Text Extractors are executed twice In-Reply-To: <2007061837.1207343965887.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646585#action_12646585 ] Paco Avila commented on JCR-1521: --------------------------------- I'm interested in correct this behavior, but not sure how can I do it. There is more users interested in this issue and want to meet a good solution? I think that a good way to avoid re-index the data is add a new property which contains a checksum for jcr:data property. > Text Extractors are executed twice > ---------------------------------- > > Key: JCR-1521 > URL: https://issues.apache.org/jira/browse/JCR-1521 > Project: Jackrabbit > Issue Type: Improvement > Components: indexing, jackrabbit-core > Affects Versions: 1.4 > Environment: JDK 1.5 Ubuntu Gutsy > Reporter: Paco Avila > Attachments: DummyMyTextExtractor.java, DummyTextExtractor.java, ExifTextExtractor.java, StackTrace.txt > > > I'have created a test text extractor and the method extractText() is invoked twice. It it really neccesaty or it's a bug? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.