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 DCB54CE7A for ; Fri, 1 Jun 2012 13:34:38 +0000 (UTC) Received: (qmail 80001 invoked by uid 500); 1 Jun 2012 13:34:35 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 79955 invoked by uid 500); 1 Jun 2012 13:34:35 -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 79947 invoked by uid 99); 1 Jun 2012 13:34:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 13:34:35 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ppm10103@gmail.com designates 209.85.217.176 as permitted sender) Received: from [209.85.217.176] (HELO mail-lb0-f176.google.com) (209.85.217.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 13:34:27 +0000 Received: by lboj14 with SMTP id j14so2171720lbo.35 for ; Fri, 01 Jun 2012 06:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=peefTHyf1uN4d8/r0kkC77NcjcQGZecICkvqffqBhQQ=; b=pu4FT2YZHHciQZY+z5U2rsg4gs2VzccQd7sHnbI4u9DXJ+rNU6q2of/nQNbt39XFaV 6ZiA5CP8K2ANC5De/D5HOjFlv3jQIEEmj1iYZ5j6Vs/IeV7A0l9d7uzm8s5N9wMUZyCP 26CSBIq1ouIdKVaOIy3F1JDqhiGbYj8WDd8O+1hjSB5KzTO1/0t6eDpUA4VRBHnqkD74 7qd3BmT+gLssqArJK0EsE4mWfoqmnJM7serCNtXKQKPa0zl3Xa1kY2zZTatIc7Herukq L3qazfWfZmgVKN7oU5Fm9PQ9t3yFoFZ4Z8H/rI4GVgjF6mNJnTM+q0QhZQ+MGs613lG2 2p5A== MIME-Version: 1.0 Received: by 10.112.100.7 with SMTP id eu7mr1888325lbb.105.1338557646330; Fri, 01 Jun 2012 06:34:06 -0700 (PDT) Received: by 10.112.49.2 with HTTP; Fri, 1 Jun 2012 06:34:06 -0700 (PDT) Date: Fri, 1 Jun 2012 21:34:06 +0800 Message-ID: Subject: how to show DIH query sql in log file From: wangjing To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org how to show DIH query's sql in log file for troubleshooting? thanks.