From dev-return-31481-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri May 27 14:53:28 2011 Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 D4C0E432F for ; Fri, 27 May 2011 14:53:28 +0000 (UTC) Received: (qmail 59513 invoked by uid 500); 27 May 2011 14:53:28 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 59483 invoked by uid 500); 27 May 2011 14:53:28 -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 59475 invoked by uid 99); 27 May 2011 14:53:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 14:53:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Fri, 27 May 2011 14:53:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8400FE2CE3 for ; Fri, 27 May 2011 14:52:47 +0000 (UTC) Date: Fri, 27 May 2011 14:52:47 +0000 (UTC) From: "Alex Parvulescu (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <22414957.48823.1306507967537.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <997904360.48795.1306506887457.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (JCR-2980) Nodes that have properties marked for async extraction should be available for querying 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/JCR-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Parvulescu resolved JCR-2980. ---------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 2.2.7 Assignee: Alex Parvulescu fixed on trunk in rev 1128325 fixed on branch 2.2 in rev 1128329 > Nodes that have properties marked for async extraction should be available for querying > --------------------------------------------------------------------------------------- > > Key: JCR-2980 > URL: https://issues.apache.org/jira/browse/JCR-2980 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: indexing > Affects Versions: 2.2.7, 2.3.0 > Reporter: Alex Parvulescu > Assignee: Alex Parvulescu > Fix For: 2.2.7, 2.3.0 > > > The problems only appears when dealing with nodes that have async extractors. In this case we return a lightweight copy of the node (without the property that will be processed in the background). > The copy algorithm ignores certain field types (that have been probably introduced during the Lucene 3 upgrade, not sure) such as SingletonTokenStream(s). > So the lightweight copy does not include all the existing properties, therefore the node will not appear in queries during the extraction time. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira