[Solr] Use fixed, recommended schema but add EdgeNGramFilterFactory

This commit is contained in:
andryyy
2019-03-10 09:36:33 +01:00
parent 73f836f83e
commit c7c115d63a
5 changed files with 366 additions and 372 deletions

View File

@@ -1,9 +1,8 @@
FROM solr:7-alpine
FROM solr:7.7-alpine
USER root
COPY docker-entrypoint.sh /
RUN apk --no-cache add su-exec curl tzdata \
&& chmod +x /docker-entrypoint.sh \
&& /docker-entrypoint.sh --bootstrap
&& chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]