Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 072CF1758F for ; Tue, 11 Nov 2014 11:07:39 +0000 (UTC) Received: (qmail 93059 invoked by uid 500); 11 Nov 2014 11:07:34 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 92978 invoked by uid 500); 11 Nov 2014 11:07:34 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 92944 invoked by uid 99); 11 Nov 2014 11:07:34 -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 2014 11:07:34 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of demesg@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 11:07:28 +0000 Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 35828998593 for ; Tue, 11 Nov 2014 03:06:09 -0800 (PST) Date: Tue, 11 Nov 2014 04:06:08 -0700 (MST) From: ku3ia To: solr-user@lucene.apache.org Message-ID: <1415703968133-4168727.post@n3.nabble.com> Subject: Parent query yields document which is not matched by parents filter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, folks! We are using parent/child architecture in our project and sometimes when using child transformer ([child]) there are an exception: "Parent query yields document which is not matched by parents filter, docID=..." Examples of query are: http://localhost/solr/core/select?fq=id:123456789&fl=*&q={!child of=DocumentType:parent}Text:foo http://localhost/solr/core/select?q=id:123456789&fl=*,[child parentFilter=DocumentType:parent] Documents in index: 123456789_0 foo 123456789 parent ... other fields "Root" field in schema.xml is present. When I made an optimize to one segment sometimes error is dissapeared, but sometimes not. Please advice how to fix it. -- View this message in context: http://lucene.472066.n3.nabble.com/Parent-query-yields-document-which-is-not-matched-by-parents-filter-tp4168727.html Sent from the Solr - User mailing list archive at Nabble.com.