Commit 3969f970253f29b5a88808088d3f5d31978f4964
1 parent
f8e734e5
readme
Showing
2 changed files
with
15 additions
and
2 deletions
README.md
... | ... | @@ -11,3 +11,16 @@ docker run -t -i -p 8080:80 --name mtas mtas |
11 | 11 | |
12 | 12 | This will provide a website on port 8080 on the ip of your docker host with |
13 | 13 | more information. |
14 | + | |
15 | +One of the primary use cases for the system, the [Nederlab project](https://www.nederlab.nl/), currently<sup>[1](#myfootnote1)</sup> provides access, both in terms of metadata and annotated text, to over 15 million items for search and analysis as specified below. | |
16 | + | |
17 | +| | Total | Mean | Min | Max | | |
18 | +|-----------------|----------------|---------|-------|------------| | |
19 | +| Solr index size | 1,146 G | 49.8 G | 268 k | 163 G | | |
20 | +| Solr documents | 15,859,099 | 689,526 | 201 | 3,616,544 | | |
21 | +| Words | 9,584,448,067 | 654 | 1 | 3,537,883 | | |
22 | +| Annotations | 36,486,292,912 | 2,488 | 4 | 23,589,831 | | |
23 | + | |
24 | +Collections are added and updated regularly by adding new cores, replacing cores and/or merging new cores with existing ones. Currently, the data is divided over 23 separate cores. For 14,663,457 of these documents, annotated text varying in size from 1 to over 3.5 million words is included. | |
25 | + | |
26 | +<a name="myfootnote1">1</a>: January 2017 | |
14 | 27 | \ No newline at end of file |
... | ... |
docker/Dockerfile
1 | 1 | # Automatically generated Dockerfile |
2 | -# - Build 2017-02-28 13:50 | |
2 | +# - Build 2017-02-28 14:07 | |
3 | 3 | # - Lucene/Solr version 6.4.1 |
4 | 4 | # - Mtas release 20170228 |
5 | 5 | # |
... | ... | @@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y lsof software-properties-common python- |
55 | 55 | && chmod -R 755 /var/www/html \ |
56 | 56 | && printf "echo\n" >> /start.sh \ |
57 | 57 | && printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh \ |
58 | -&& printf "echo \" Timestamp 2017-02-28 13:50\"\n" >> /start.sh \ | |
58 | +&& printf "echo \" Timestamp 2017-02-28 14:07\"\n" >> /start.sh \ | |
59 | 59 | && printf "echo \" Lucene/Solr version 6.4.1\"\n" >> /start.sh \ |
60 | 60 | && printf "echo \" Mtas release 20170228\"\n" >> /start.sh \ |
61 | 61 | && printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh \ |
... | ... |