Skip to content

Commit

Permalink
Fixed Solrini MS MARCO document regression (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki617 authored Apr 25, 2020
1 parent f5496b9 commit 3d6f9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/run_solr_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def insert_docs(self, collection, path):
'-generator DefaultLuceneDocumentGenerator -solr -solr.index msmarco-passage -solr.zkUrl localhost:9983 ' + \
'-threads 8 -input ' + path + ' -storePositions -storeDocvectors -storeRaw'
elif collection == 'msmarco-doc':
command = 'sh target/appassembler/bin/IndexCollection -collection TrecCollection ' + \
command = 'sh target/appassembler/bin/IndexCollection -collection CleanTrecCollection ' + \
'-generator DefaultLuceneDocumentGenerator -solr -solr.index msmarco-doc -solr.zkUrl localhost:9983 ' + \
'-threads 8 -input ' + path + ' -storePositions -storeDocvectors -storeRaw'
else:
Expand Down

0 comments on commit 3d6f9d4

Please sign in to comment.