Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 1327 invoked from network); 23 Aug 2010 16:12:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Aug 2010 16:12:50 -0000 Received: (qmail 3976 invoked by uid 500); 23 Aug 2010 16:12:48 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3817 invoked by uid 500); 23 Aug 2010 16:12:48 -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 3725 invoked by uid 99); 23 Aug 2010 16:12:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Aug 2010 16:12:47 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Aug 2010 16:12:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7NGCNCR008457 for ; Mon, 23 Aug 2010 16:12:23 GMT Message-ID: <9742228.510711282579943518.JavaMail.jira@thor> Date: Mon, 23 Aug 2010 12:12:23 -0400 (EDT) From: "Chris A. Mattmann (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-2074) GeoRSS ResponseWriter In-Reply-To: <24335313.499111282534996013.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901462#action_12901462 ] Chris A. Mattmann commented on SOLR-2074: ----------------------------------------- Here are some notes from William about the collective of patches: NOTE 1: For best results, please use Mozilla Firefox when running the example. NOTE 2: If city contains white space, surround the city in double quotes (") NOTE 3: State needs to be an abbreviation (e.g. CA for California) NOTE 4: Country must be ISO-3166 2-letter country code (e.g. US for United States). See http://download.geonames.org/export/dump/readme.txt for more details. NOTE 5: If a location cannot be determined from the ct, s, and c parameters. A reverse-ip lookup will be initiated to attempt to determine your location. This will only work if your IP is accessible to the Java servlet. This usually does not work when client and server are on the same machine. The default GeotargetAdapter uses hostip.info webservice, so in order for this service to work, your IP must be located in their database. Visit http://www.hostip.info/ for more information and to add your IP and location to the hostip database. NOTE 6: If your location cannot be determined by either means, then spatial search will be aborted and you will get the results for the default free-text search. If the results contains geo data, then it will still be plotted on the map. > GeoRSS ResponseWriter > --------------------- > > Key: SOLR-2074 > URL: https://issues.apache.org/jira/browse/SOLR-2074 > Project: Solr > Issue Type: New Feature > Components: Response Writers > Reporter: Chris A. Mattmann > Fix For: 3.1 > > Attachments: SOLR-2074.Mattmann.Quach.082210.patch.txt, SOLR-2074.Mattmann.Quach.082310.patch.txt > > > This is another patch from William and I. My contribution to this patch was converting this patch to use the BaseResponseWriter framework I introduced (along with Noble) in SOLR-1516. This patch provides a GeoRSS compatible response writer for use in spatial. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org