Sign inSign up

fansin/solr

By fansin

Updated about 9 years ago

solr6.6集成nutch

Image
0

60

fansin/solr repository overview

solr for nutch

这个是为nutch而创建的镜像,这个solr镜像会为nutch创建一个server.

HOW TO USE

docker run --name nutch-solr -itd fansin/solr:nutch

启动成功后,可以通过web界面查看,http://172.17.0.2:8983/solr/#/nutch,其中`172.17.0.2` 是启动容器IP.

docker inspect nutch-solr | grep IP

日志所有日志,所以比较乱,可以通过exec单独查看相关日志

docker logs -f nutch-solr

CUSTOMIZE

solr安装位置: /solr-6.6.0,可以通过覆盖或挂载相关配置文件

docker cp configfile nutch-solr:/solr-6.6.0/configfile

已覆盖的配置文件,可以查看github

QUESTIONS

FansinZhao [email protected]

THANKS

谢谢

Tag summary

Content type

Image

Digest

Size

208.6 MB

Last updated

about 9 years ago

docker pull fansin/solr:nutch