Skip to content

Commit

Permalink
JsoupGenerator -> DefaultLuceneDocumentGenerator in doc (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyy authored Aug 18, 2020
1 parent 857f6da commit 04ef3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solrini.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ solrini/bin/solr create -n anserini -c robust04
Run the Solr indexing command for `robust04`:

```
sh target/appassembler/bin/IndexCollection -collection TrecCollection -generator JsoupGenerator \
sh target/appassembler/bin/IndexCollection -collection TrecCollection -generator DefaultLuceneDocumentGenerator \
-threads 8 -input /path/to/robust04 \
-solr -solr.index robust04 -solr.zkUrl localhost:9983 \
-storePositions -storeDocvectors -storeRaw
Expand Down

0 comments on commit 04ef3bb

Please sign in to comment.