[
https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
patrick o'leary updated SOLR-773:
---------------------------------
Attachment: SOLR-773.patch
This fixes the query parsing issue, it defaults to the use the default
QParserPlugin
and allows you to specify a basedOn optional argument, to use a different
QParserPlugin
{code}
<queryParser name="spatial_tier"
class="org.apache.solr.spatial.tier.SpatialTierQueryParserPlugin"
basedOn="dismax"/>
{code}
There are a couple of things to note
* Latest distance facet code not included
* Faster distance filter using query intersect isn't working (spatial lucene
fix)
* fsv for shard sorting not present
I feel fsv should be extracted to a separate component to reduce the
duplication of effort across
other search components. But this will give the basics for the moment.
> 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,
> 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.