[ 
https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699364#action_12699364
 ] 

Grant Ingersoll commented on SOLR-773:
--------------------------------------

OK, so color me a total geo newbie, but...

So, if I index the spatial.xml in the patch I just submitted and I execute:
{code}
http://localhost:8983/solr/select?q=name:five
{code}

I get one result, which is expected.

If I then do a geo search:
{code}
http://localhost:8983/solr/select?q=name:five&qt=geo&long=-74.0093994140625&lat=40.75141843299745&radius=100&debugQuery=true
{code}

I get two results.   The second result is the other theater in the spatial.xml 
file.  Yet, it does not contain the value "five" in the name field even though 
it meets the spatial search criteria.

Shouldn't there just be one result?  What am I not understanding?

> Incorporate Local Lucene/Solr
> -----------------------------
>
>                 Key: SOLR-773
>                 URL: https://issues.apache.org/jira/browse/SOLR-773
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: lucene.tar.gz, SOLR-773-local-lucene.patch, 
> SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, 
> SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773.patch, 
> spatial-solr.tar.gz
>
>
> Local Lucene has been donated to the Lucene project.  It has some Solr 
> components, but we should evaluate how best to incorporate it into Solr.
> See http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene

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

Reply via email to