Skip to content

Commit e843960

Browse files
author
Ryan Clancy
authored
Update README.md
1 parent 9843658 commit e843960

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following `jig` command can be used to index TREC disks 4/5 for `robust04`:
2222
```
2323
python run.py prepare \
2424
--repo osirrc2019/solrini \
25-
--tag v0.1.0 \
25+
--tag <tag> \
2626
--collections robust04=/path/to/disk45=trectext \
2727
--opts solr_memory=8G solr_version 8.0.0
2828
```
@@ -32,9 +32,11 @@ The following `jig` command can be used to perform a retrieval run on the collec
3232
```
3333
python run.py interact \
3434
--repo osirrc2019/solrini \
35-
--tag v0.1.0
35+
--tag <tag>
3636
```
3737

38+
Where `<tag>` is a valid [tag](https://github.com/osirrc/solrini-docker/tags).
39+
3840
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.
3941

4042
## Retrieval Methods

0 commit comments

Comments
 (0)