Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 51571 invoked from network); 8 Sep 2010 20:50:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 20:50:35 -0000 Received: (qmail 79691 invoked by uid 500); 8 Sep 2010 20:50:35 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 79602 invoked by uid 500); 8 Sep 2010 20:50:34 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 79595 invoked by uid 99); 8 Sep 2010 20:50:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:50:34 +0000 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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:50:34 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 4A61F286; Wed, 8 Sep 2010 20:50:06 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 08 Sep 2010 20:50:05 -0000 Message-ID: <20100908205005.18574.16227@eosnew.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22FunctionQuery=22_by_GrantIngersoll?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "FunctionQuery" page has been changed by GrantIngersoll. The comment on this change is: remove point. http://wiki.apache.org/solr/FunctionQuery?action=3Ddiff&rev1=3D64&rev2=3D65 -------------------------------------------------- = . Example Syntax: '''max(myfield,0)''' = - =3D=3D point =3D=3D - [[Solr1.5]] - Create a !MultiValueSource out of one or more ValueSources to represent a= Point, which can then be used with the distance methods. - = - . Example: '''point(x,y,z)''' = =3D=3D ms =3D=3D [[Solr1.4]]