You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/08/23 18:12:23 UTC

[jira] Commented: (SOLR-2074) GeoRSS ResponseWriter

    [ 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