You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Brainski (JIRA)" <ji...@apache.org> on 2010/02/03 13:47:28 UTC

[jira] Created: (SOLR-1751) SpatialSearch: documented example is not working

SpatialSearch: documented example is not working
------------------------------------------------

                 Key: SOLR-1751
                 URL: https://issues.apache.org/jira/browse/SOLR-1751
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.5
         Environment: Windows
            Reporter: Brainski
             Fix For: 1.5


I downloaded the nightly build from 03. February 2010 and tried the example as documented under:
http://wiki.apache.org/solr/SpatialSearch

I imported all documents under exampledocs in the index.

Then I tried the following search request:

http://localhost:8983/solr/select/?q=_val_:"recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)"&fl=*,score

----------------------

This leads to the following error:

HTTP ERROR: 400

org.apache.lucene.queryParser.ParseException: Cannot parse '_val_:"recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)"': Unknown function point in FunctionQuery('recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)', pos=27)

RequestURI=/solr/select/

----------------------------------


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1751) SpatialSearch: documented example is not working

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

Brainski updated SOLR-1751:
---------------------------

    Component/s: search

> SpatialSearch: documented example is not working
> ------------------------------------------------
>
>                 Key: SOLR-1751
>                 URL: https://issues.apache.org/jira/browse/SOLR-1751
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.5
>         Environment: Windows
>            Reporter: Brainski
>             Fix For: 1.5
>
>
> I downloaded the nightly build from 03. February 2010 and tried the example as documented under:
> http://wiki.apache.org/solr/SpatialSearch
> I imported all documents under exampledocs in the index.
> Then I tried the following search request:
> http://localhost:8983/solr/select/?q=_val_:"recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)"&fl=*,score
> ----------------------
> This leads to the following error:
> HTTP ERROR: 400
> org.apache.lucene.queryParser.ParseException: Cannot parse '_val_:"recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)"': Unknown function point in FunctionQuery('recip(dist(2, store, point(34.0232,-81.0664)),1,1,0)', pos=27)
> RequestURI=/solr/select/
> ----------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.