[
https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-3304:
-------------------------------
Attachment: SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch
Here is an updated patch. It depends on LUCENE-4208 (makeDistanceValueSource)
and LUCENE-4389 (TwoDoubles dateline and circle) being applied.
Notes:
* TwoDoublesStrategy is a decent strategy now, due to LUCENE-4389 and tests in
that issue and this one.
* The 'needScore' local-param is gone, replaced by 'score'. 'score' can be set
to 'none' (the default) to use a constant of 1, or 'distance' to use the
distance, or 'recipDistance' to use the reciprocal distance. If you want to
sort then use 'distance' (ascending) and if you want to boost relevancy by
distance then I recommend 'recipDistance'.
> Add Solr support for the new Lucene spatial module
> --------------------------------------------------
>
> Key: SOLR-3304
> URL: https://issues.apache.org/jira/browse/SOLR-3304
> Project: Solr
> Issue Type: New Feature
> Affects Versions: 4.0-ALPHA
> Reporter: Bill Bell
> Assignee: David Smiley
> Priority: Critical
> Labels: spatial
> Fix For: 4.0
>
> Attachments: SOLR-3304_Solr_fields_for_Lucene_spatial_module
> (fieldName in Strategy) - indexableFields.patch,
> SOLR-3304_Solr_fields_for_Lucene_spatial_module (fieldName in
> Strategy).patch, SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch,
> SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch,
> SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch,
> SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch,
> SOLR-3304-strategy-getter-fixed.patch
>
>
> Get the Solr spatial module integrated with the lucene spatial module.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]