An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# solr-samples

[![Contributors](https://img.shields.io/github/contributors/eendroroy/solr-samples.svg)](https://github.com/eendroroy/solr-samples/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/solr-samples/master.svg)](https://github.com/eendroroy/solr-samples)
[![license](https://img.shields.io/github/license/eendroroy/solr-samples.svg)](https://github.com/eendroroy/solr-samples/blob/master/LICENSE)

[![GitHub issues](https://img.shields.io/github/issues/eendroroy/solr-samples.svg)](https://github.com/eendroroy/solr-samples/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/solr-samples.svg)](https://github.com/eendroroy/solr-samples/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/solr-samples.svg)](https://github.com/eendroroy/solr-samples/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/solr-samples.svg)](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.
```