Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 87990 invoked from network); 8 Mar 2010 22:16:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 22:16:54 -0000 Received: (qmail 26736 invoked by uid 500); 8 Mar 2010 22:16:29 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 26593 invoked by uid 500); 8 Mar 2010 22:16:29 -0000 Mailing-List: contact solr-dev-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-dev@lucene.apache.org Received: (qmail 26585 invoked by uid 99); 8 Mar 2010 22:16:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 22:16:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 22:16:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NolF4-0000pY-KM for solr-dev@lucene.apache.org; Mon, 08 Mar 2010 14:16:02 -0800 Message-ID: <27828499.post@talk.nabble.com> Date: Mon, 8 Mar 2010 14:16:02 -0800 (PST) From: "David Smiley @MITRE.org" To: solr-dev@lucene.apache.org Subject: Re: Spatial work In-Reply-To: <2E3BFE12-9E78-4B65-B56D-61C22BE0D9B0@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: DSMILEY@mitre.org References: <27817321.post@talk.nabble.com> <2E3BFE12-9E78-4B65-B56D-61C22BE0D9B0@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org The confusion is that there are multiple issues, each has multiple patches, and then there's trunk which seems to already have spatial stuff committed. So I don't even know where to start. The error I got was simply entering the very first URL on the SpatialSearch wiki: http://localhost:8983/solr/select/?q=_val_:"recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)"&fl=*,score I'm on the very latest trunk from minutes ago, and I did a clean before building Solr. Grant Ingersoll-6 wrote: > > > On Mar 8, 2010, at 12:45 AM, David Smiley @MITRE.org wrote: > >> >> Hello folks, >> >> I'm trying to follow all this spatial work going on right now and it's >> tough. I'd just like to try it out. I'm on trunk but some of the >> examples >> on the SpatialSearch wiki page error ("Unknown function point in Function >> query"). > > What's the error? > >> I'm following multiple JIRA issues. Can someone point me in the >> right direction? > > SOLR-773 should have all the pointers. I'm slowly but surely working on > SOLR-1568. That will add filtering capability. > > >> >> BTW, I was on Yonik's Lucid webinar last week and I recall he said that >> there isn't spatial filtering on the query side, only results side right >> now. That surprises me because I thought the SpatialTileField implements >> the query side, just as Patrick's Local-Lucene stuff does. > > Not sure on what was said, as I missed the webinar due to travel, but > S-1568 will add in filtering capabilities for all of the different spatial > types. It will also add a Lat/Lon specific field type. > > >> >> My requirements: I'm looking to do spatial filters (circles, rectangles, >> polygons) with distance boosting (optional). The documents have multiple >> points each. I'm going to use distributed-search because my entire >> corpus >> is huge. > > You will need to write your own field type to represent shapes (or just > keep that info at the app level), but it should be feasible. Distro > search should just work. > > All feedback is definitely welcome. I'm committed to getting a good > solution in 1.5, but for me it is slow going due to work commitments. > Any and all help is appreciated. > > > -Grant > -- View this message in context: http://old.nabble.com/Spatial-work-tp27817321p27828499.html Sent from the Solr - Dev mailing list archive at Nabble.com.