Skip to content

Commit

Permalink
Added docker support to the changelog+readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Egense committed Aug 17, 2023
1 parent bb211e5 commit cd0e58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ([email protected])
Expand Down

0 comments on commit cd0e58a

Please sign in to comment.