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 08:11:17 UTC

[jira] Created: (SOLR-2075) SpatialQParserPlugin and HostIP adaptor

SpatialQParserPlugin and HostIP adaptor
---------------------------------------

                 Key: SOLR-2075
                 URL: https://issues.apache.org/jira/browse/SOLR-2075
             Project: Solr
          Issue Type: New Feature
          Components: search
            Reporter: Chris A. Mattmann
             Fix For: 3.1


Another patch from William and I. My contribution to this patch was mainly formatting and including the ASL license info. This patch adds a spatial qparser plugin to Solr using information from the geonames update processor, as well as information based on host ip lookups (using an external service). 

-- 
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


[jira] Updated: (SOLR-2075) SpatialQParserPlugin and HostIP adaptor

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated SOLR-2075:
------------------------------------

    Attachment: SOLR-2075.Quach.Mattmann.082210.patch.txt

> SpatialQParserPlugin and HostIP adaptor
> ---------------------------------------
>
>                 Key: SOLR-2075
>                 URL: https://issues.apache.org/jira/browse/SOLR-2075
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Chris A. Mattmann
>             Fix For: 3.1
>
>         Attachments: SOLR-2075.Quach.Mattmann.082210.patch.txt
>
>
> Another patch from William and I. My contribution to this patch was mainly formatting and including the ASL license info. This patch adds a spatial qparser plugin to Solr using information from the geonames update processor, as well as information based on host ip lookups (using an external service). 

-- 
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


[jira] Commented: (SOLR-2075) SpatialQParserPlugin and HostIP adaptor

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923926#action_12923926 ] 

Chris A. Mattmann commented on SOLR-2075:
-----------------------------------------

Note: there was no patch before I stepped in, and took code, SVN diffed it, formatted it for ASL, etc., that's a contribution.

Now, directly to your point, I'd love for William to help out and take this over, hopefully this stuff won't have to sit in JIRA forever.

> SpatialQParserPlugin and HostIP adaptor
> ---------------------------------------
>
>                 Key: SOLR-2075
>                 URL: https://issues.apache.org/jira/browse/SOLR-2075
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Chris A. Mattmann
>             Fix For: 3.1
>
>         Attachments: SOLR-2075.Quach.Mattmann.082210.patch.txt
>
>
> Another patch from William and I. My contribution to this patch was mainly formatting and including the ASL license info. This patch adds a spatial qparser plugin to Solr using information from the geonames update processor, as well as information based on host ip lookups (using an external service). 

-- 
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


[jira] Commented: (SOLR-2075) SpatialQParserPlugin and HostIP adaptor

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901884#action_12901884 ] 

Chris A. Mattmann commented on SOLR-2075:
-----------------------------------------

Here is the syntax of using this QParserPlugin:

{noformat}
   {!spatial ct=[city] s=[state] c=[country] d=[search radius]}search text
   e.g. {!spatial ct=Orlando s=FL c=US d=400}NASA
{noformat}


> SpatialQParserPlugin and HostIP adaptor
> ---------------------------------------
>
>                 Key: SOLR-2075
>                 URL: https://issues.apache.org/jira/browse/SOLR-2075
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Chris A. Mattmann
>             Fix For: 3.1
>
>         Attachments: SOLR-2075.Quach.Mattmann.082210.patch.txt
>
>
> Another patch from William and I. My contribution to this patch was mainly formatting and including the ASL license info. This patch adds a spatial qparser plugin to Solr using information from the geonames update processor, as well as information based on host ip lookups (using an external service). 

-- 
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


[jira] Commented: (SOLR-2075) SpatialQParserPlugin and HostIP adaptor

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923920#action_12923920 ] 

Grant Ingersoll commented on SOLR-2075:
---------------------------------------

Chris/William, can you bring this up to date with the current spatial parser?  Also see other comments about the update processor.  

Finally, if William is the one who did the main work and Chris is just formatting, then I think William should be the one explicitly uploading the patch and granting permission, since it is his work.

> SpatialQParserPlugin and HostIP adaptor
> ---------------------------------------
>
>                 Key: SOLR-2075
>                 URL: https://issues.apache.org/jira/browse/SOLR-2075
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Chris A. Mattmann
>             Fix For: 3.1
>
>         Attachments: SOLR-2075.Quach.Mattmann.082210.patch.txt
>
>
> Another patch from William and I. My contribution to this patch was mainly formatting and including the ASL license info. This patch adds a spatial qparser plugin to Solr using information from the geonames update processor, as well as information based on host ip lookups (using an external service). 

-- 
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