Skip to content

Commit

Permalink
Update Solrini.md for Washington Post (castorini#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
x389liu authored and lintool committed Sep 27, 2019
1 parent 49a548a commit ff34094
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/solrini.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,13 @@ Evaluation can be performed using `trec_eval`:
eval/trec_eval.9.0.4/trec_eval -m map -m P.30 src/main/resources/topics-and-qrels/qrels.robust2004.txt run.solr.robust04.bm25.topics.robust04.301-450.601-700.txt
```

We've verified that these instructions can be straightforwardly adapted to work with [Washington Post](regressions-core18.md):

```
sh target/appassembler/bin/IndexCollection -collection WashingtonPostCollection -generator WapoGenerator \
-threads 8 -input /path/to/WashingtonPost \
-solr -solr.index core18 -solr.zkUrl localhost:9983 \
-storePositions -storeDocvectors -storeRawDocs
```

Other collections can be indexed by substituting the appropriate parameters; see each collection's [experiment docs](https://github.com/castorini/anserini/tree/master/docs).

0 comments on commit ff34094

Please sign in to comment.