Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial Search-Filtering by an arbitrary rectangle #160

Open
AppWerft opened this issue Oct 24, 2019 · 1 comment
Open

Spatial Search-Filtering by an arbitrary rectangle #160

AppWerft opened this issue Oct 24, 2019 · 1 comment

Comments

@AppWerft
Copy link
Contributor

Hi,

we have a heatmap with geo positions of pulications:

and try to filter:

https://lucene.apache.org/solr/guide/6_6/spatial-search.html#SpatialSearch-Filteringbyanarbitraryrectangle

Is there a way in this module?

@AppWerft
Copy link
Contributor Author

I guess:

geofilter {
        id = geofilter
        type = Hidden
        query = geoLocationPoint:[%f,%f TO %f,%f]
}

But how I have to build the querystring?
&tx_find_find[q][geofilter]=????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant