Skip to content

Commit

Permalink
Update solrini.md (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored and Ryan Clancy committed Sep 27, 2019
1 parent 33d242f commit 3e7b85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/solrini.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ We can use Anserini as a common "frontend" for indexing into SolrCloud, thus sup
Indexing into Solr is similar indexing to disk with Lucene, with a few added parameters.
Most notably, we replace the `-index` parameter (which specifies the Lucene index path on disk) with Solr parameters.

We'll index [robust04](https://github.com/castorini/Anserini/blob/master/docs/experiments-robust04.md) as an example:
We'll index [robust04](regressions-robust04.md) as an example.
First, create the `robust04` collection in Solr:

Create the `robust04` collection in Solr:
```
solrini/bin/solr create -n anserini -c robust04
```
Expand Down

0 comments on commit 3e7b85b

Please sign in to comment.