Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBDD3D6E8 for ; Thu, 13 Sep 2012 17:58:10 +0000 (UTC) Received: (qmail 30681 invoked by uid 500); 13 Sep 2012 17:58:09 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 30604 invoked by uid 500); 13 Sep 2012 17:58:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 30558 invoked by uid 99); 13 Sep 2012 17:58:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 17:58:08 +0000 Date: Fri, 14 Sep 2012 04:58:08 +1100 (NCT) From: "Joel Bernstein (JIRA)" To: dev@lucene.apache.org Message-ID: <2117863575.75867.1347559088945.JavaMail.jiratomcat@arcas> Subject: [jira] [Comment Edited] (SOLR-2154) Spatial support for MultiValued fields MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455074#comment-13455074 ] Joel Bernstein edited comment on SOLR-2154 at 9/14/12 4:57 AM: --------------------------------------------------------------- It appears from the ticket LUCENE-3795 that LSP has been integrated into Lucene. Can the Multi-valued fields be accessed from Solr as well? was (Author: joel.bernstein): It appears from the ticket LUCENE-3795 that LSP has be integrated into Lucene. Can the Multi-valued fields be accessed from Solr as well? > Spatial support for MultiValued fields > -------------------------------------- > > Key: SOLR-2154 > URL: https://issues.apache.org/jira/browse/SOLR-2154 > Project: Solr > Issue Type: New Feature > Components: Build > Affects Versions: 4.0-ALPHA > Reporter: Bill Bell > Fix For: 4.1 > > > Is this an issue - it appears to work ? > This appears to work on LatLon Spatial fields. It appears to find the right lat long... Is this supposed to work? > I read that this does not work on solr.PointType, but it appears to work on LatLonType. > > > Trying a few queries and I can get either of the 2 points. > {code} > http://localhost:8983/solr/core2/select?fl=*,score&qf=namesearch&pf=namesearch&start=0&rows=10&q=bill&qt=standard&pt=41.9244,-87.6473&d=10.9344&fq={!sfilt%20fl=store_lat_lon}&sort=hsin(6371,true,store_lat_lon,vector(41.9244,-87.6473))+asc,+score+desc&debugQuery=on > 1 result. > http://10.0.1.37:8983/solr/core2/select?fl=*,score&qf=namesearch&pf=namesearch&start=0&rows=10&q=bill&qt=standard&pt=47.7651,-122.362&d=10.9344&fq={!sfilt%20fl=store_lat_lon}&sort=hsin(6371,true,store_lat_lon,vector(47.7651,-122.362))+asc,+score+desc&debugQuery=on > 2 results. > {code} > {code} > schema.xml: > > > > sample.xml to import: > > > 2300 North Childrens Plaza > 1 > 41.9244,-87.6473 > 47.7651,-122.362 > 60614 > > > 357 North West Richmond Beach Road > 2 > 48.7651,-122.362 > 98177 > > > 7555 North Overfield Road > 3 > 32.948,-111.653 > 85294 > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org