Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken link solrini.md #812

Merged
merged 1 commit into from
Sep 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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