diff --git a/CHANGES.md b/CHANGES.md index 6908c45f..3a5a830f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ Add Zip Export feature. It is now possible to extract raw files from SolrWayback in a combined zip file. This could for example be used to extract all HTML content, images, video etc. from a search result. (github #382 and #245). Add additional property in solrwaybackweb.properties to increase the default max file limit: export.zip.maxresults=1000000 -Docker support. The docker file will install the SolrWayback in the docker container. You can index WARC files from a folder outside the docker contain. See the docker file for documentation. (Thanks to Trym Bremnes for this). +Docker support. The docker file will install the SolrWayback in the docker container. You can index WARC files from a folder outside the docker contain. See the docker file for documentation. (Thanks to Trym Bremnes for this PR) Query hints fix (range queries). The search validation helper did like range queries and showed warning when they was correct. (github #380) Remove an error message that would be shown while waiting to load "Page resources" diff --git a/README.md b/README.md index 5f992388..d7a39752 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,11 @@ Documents in SolrWayback are indexed through the [warc-indexer](https://github.c * Open search interface: http://localhost:8080/solrwayback -## Build and test with Docker - +## Build, Index and test with Docker +The docker container will download the SolrWayback bundle 4.4.2. +You can index WARC files from a folder outside the docker container and index them. A containerized sample can be found [here](./Dockerfile) +Read the docker file for documentation. ## Contact Thomas Egense (thomas.egense@gmail.com)