Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A5C05200C63 for ; Thu, 11 May 2017 12:36:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A45B9160BC7; Thu, 11 May 2017 10:36:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA6B0160BB2 for ; Thu, 11 May 2017 12:36:54 +0200 (CEST) Received: (qmail 10195 invoked by uid 500); 11 May 2017 10:36:52 -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 10179 invoked by uid 99); 11 May 2017 10:36:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 10:36:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3C7EA1AFAB6 for ; Thu, 11 May 2017 10:36:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.498 X-Spam-Level: X-Spam-Status: No, score=-1.498 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.796, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OL-hvT9Bd6Zm for ; Thu, 11 May 2017 10:36:50 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 6D5C45FB4E for ; Thu, 11 May 2017 10:36:50 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 306FA20E2E for ; Thu, 11 May 2017 12:36:45 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3wNqKR6hGNz108b for ; Thu, 11 May 2017 12:36:43 +0200 (CEST) Date: Thu, 11 May 2017 10:36:39 +0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----QFBGB2MJ9ELMMZC5QWYCJNZDBF9KXO" Content-Transfer-Encoding: 7bit Subject: Subquery substitution for pt To: solr-user@lucene.apache.org From: jotpe Message-ID: archived-at: Thu, 11 May 2017 10:36:55 -0000 ------QFBGB2MJ9ELMMZC5QWYCJNZDBF9KXO Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dear list, i work a lot with subqueries=2E And its Wirkung fine for me=2E=20 Now I ran into the problem, that the qt parameter for the geodist() functi= on rejects to use the document field coordinate as inputvalue for my subque= ry=2E I want somethong linke this fl=3Dn:[subquery],name&n=2Ept=3D${row=2Ecoordinate}&n=2Esort=3Dgeodist() a= sc&n=2Esfield=3Dcoordinate Is this possible without a second query? Best regards=2E ------QFBGB2MJ9ELMMZC5QWYCJNZDBF9KXO--