https://github.com/yagajs/docker-solr
A full spatial-ready version of the dockers original solr image
https://github.com/yagajs/docker-solr
docker-image geospatial solr
Last synced: about 2 months ago
JSON representation
A full spatial-ready version of the dockers original solr image
- Host: GitHub
- URL: https://github.com/yagajs/docker-solr
- Owner: yagajs
- Created: 2017-03-08T13:41:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T16:00:42.000Z (over 9 years ago)
- Last Synced: 2025-01-27T23:35:02.761Z (over 1 year ago)
- Topics: docker-image, geospatial, solr
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spatial enhancements for Solr on Docker
Full spatial-ready [Solr](https://lucene.apache.org/solr/) docker image from the [YAGA Development-Team](https://yagajs.org)
based on the [official Solr Docker image](https://hub.docker.com/_/solr/).
*This image enhance Solr with the [JTS Topology Suite](https://github.com/locationtech/jts)*
## Supported tags
* `6.3.0`, `6.3`
* `6.3.0-alpine`, `6.3-alpine`
* `6.4.1`, `6.4`, `6`, `latest`
* `6.4.1-alpine`, `6.4-alpine`, `6-alpine`, `alpine`
*Note: prior to Solr 6, the `org.locationtech.spatial4j` part was `com.spatial4j.core` and there used to be no convenience
JTS alias. Take a look at
[this page for further information](https://cwiki.apache.org/confluence/display/solr/Spatial+Search)*
## Configure your schema
```xml
```
*This `schema.xml` is just an example. The important line is the one with
`spatialContextFactory="org.locationtech.spatial4j.context.jts.JtsSpatialContextFactory"`!*
## More information
Please take a look at the [official docker image of Solr](https://hub.docker.com/_/solr/) for any additional
information. This is the base for this image.
## Contributing
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull
requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a
[GitHub issue](https://github.com/yagajs/docker-solr/issues), especially for more ambitious contributions.
This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help
you find out if someone else is working on the same thing.