https://github.com/eendroroy/solr-samples
SOLR 7 example
https://github.com/eendroroy/solr-samples
docker solr
Last synced: 10 months ago
JSON representation
SOLR 7 example
- Host: GitHub
- URL: https://github.com/eendroroy/solr-samples
- Owner: eendroroy
- License: apache-2.0
- Created: 2017-11-27T09:54:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T06:51:31.000Z (about 2 years ago)
- Last Synced: 2025-01-26T19:21:50.695Z (12 months ago)
- Topics: docker, solr
- Language: Dockerfile
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solr-samples
[](https://github.com/eendroroy/solr-samples/graphs/contributors)
[](https://github.com/eendroroy/solr-samples)
[](https://github.com/eendroroy/solr-samples/blob/master/LICENSE)
[](https://github.com/eendroroy/solr-samples/issues)
[](https://github.com/eendroroy/solr-samples/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/eendroroy/solr-samples/pulls)
[](https://github.com/eendroroy/solr-samples/pulls?q=is%3Apr+is%3Aclosed)
## Description
```
$ docker-compose build --force-rm --no-cache --pull
$ docker-compose up -d
```
Open [http://localhost:8983/solr](http://localhost:8983/solr) in browser.
## Contributing
Bug reports and pull requests are welcome on GitHub at [solr-samples](https://github.com/eendroroy/solr-samples) repository.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## Author
* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)
## License
```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2017 indrajit
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
```