You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The following `jig` command can be used to index TREC disks 4/5 for `robust04`:
22
22
```
23
23
python run.py prepare \
24
24
--repo osirrc2019/solrini \
25
-
--tag v0.1.0 \
25
+
--tag <tag> \
26
26
--collections robust04=/path/to/disk45=trectext \
27
27
--opts solr_memory=8G solr_version 8.0.0
28
28
```
@@ -32,9 +32,11 @@ The following `jig` command can be used to perform a retrieval run on the collec
32
32
```
33
33
python run.py interact \
34
34
--repo osirrc2019/solrini \
35
-
--tag v0.1.0
35
+
--tag <tag>
36
36
```
37
37
38
+
Where `<tag>` is a valid [tag](https://github.com/osirrc/solrini-docker/tags).
39
+
38
40
Use `docker ps` to see the container running with a port mapping that looks like `0.0.0.0:[port]->8983/tcp`. Navigate to `0.0.0.0:[port]` in your web browser to view Solr.
0 commit comments