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

https://github.com/softonic/elasticsearch-text

Docker image with plugins for text search
https://github.com/softonic/elasticsearch-text

Last synced: 3 months ago
JSON representation

Docker image with plugins for text search

Awesome Lists containing this project

README

          

# elasticsearch-text

Docker image with plugins for text search

# Build

It should be auto-built based in the repo tags, but you can do the same manually executing the next command:

```shell
DOCKER_TAG=7.17.28 \
IMAGE_NAME=softonic/elasticsearch-text:${DOCKER_TAG} \
DOCKER_REPO=softonic/elasticsearch-text \
hooks/build
```