From 3d6f9d4c3e49869a9ab770f44ab52e36f76963f0 Mon Sep 17 00:00:00 2001 From: yuki617 <43072754+yuki617@users.noreply.github.com> Date: Sat, 25 Apr 2020 08:35:24 -0400 Subject: [PATCH] Fixed Solrini MS MARCO document regression (#1115) --- src/main/python/run_solr_regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/run_solr_regression.py b/src/main/python/run_solr_regression.py index 02ee50a394..232897a850 100644 --- a/src/main/python/run_solr_regression.py +++ b/src/main/python/run_solr_regression.py @@ -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: