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

Upgrade to Lucene 8 #702

Merged
merged 12 commits into from
Jun 12, 2019
Merged

Upgrade to Lucene 8 #702

merged 12 commits into from
Jun 12, 2019

Conversation

lintool
Copy link
Member

@lintool lintool commented Jun 12, 2019

Here it is... the upgrade to Lucene 8. Following regression tests pass:

[o] nohup python src/main/python/run_regression.py --collection disk12 >& log.disk12 &
[o] nohup python src/main/python/run_regression.py --collection robust04 >& log.robust04 &
[o] nohup python src/main/python/run_regression.py --collection robust05 >& log.robust05 &
[o] nohup python src/main/python/run_regression.py --collection core17 >& log.core17 &
[o] nohup python src/main/python/run_regression.py --collection core18 >& log.core18 &

[o] nohup python src/main/python/run_regression.py --collection mb11 >& log.mb11 &
[o] nohup python src/main/python/run_regression.py --collection mb13 >& log.mb13 &

[o] nohup python src/main/python/run_regression.py --collection wt10g >& log.wt10g &
[o] nohup python src/main/python/run_regression.py --collection gov2 >& log.gov2 &
[o] nohup python src/main/python/run_regression.py --collection cw09b >& log.cw09b &
[o] nohup python src/main/python/run_regression.py --collection cw12b13 >& log.cw12b13 &
[o] nohup python src/main/python/run_regression.py --collection cw12 >& log.cw12 &

[o] nohup python src/main/python/run_regression.py --collection car17v1.5 >& log.car17v1.5 &
[o] nohup python src/main/python/run_regression.py --collection car17v2.0 >& log.car17v2.0 &

[o] nohup python src/main/python/run_regression.py --collection msmarco-passage >& log.msmarco-passage &
[o] nohup python src/main/python/run_regression.py --collection msmarco-doc >& log.msmarco-doc &

Note: although there are lots of changes, all patches have already been reviewed before merge to the lucene8 branch, so it's not as big a code drop as it seems.

I will merge after getting 👍 - for this I plan on a merge commit, not a squash.

jpountz and others added 10 commits March 14, 2019 08:48
Conflicts:
	docs/experiments-car17.md
	docs/experiments-core17.md
	docs/experiments-core18.md
	src/main/java/io/anserini/search/SearchCollection.java
	src/main/java/io/anserini/search/SimpleSearcher.java
	src/main/resources/regression/car17v1.5.yaml
	src/main/resources/regression/core17.yaml
	src/main/resources/regression/core18.yaml
Fixed broken compile and regression numbers.
Note that this is a merge commit to explicitly preserve history.
@lintool lintool merged commit 75e36f9 into master Jun 12, 2019
@lintool lintool deleted the lucene8 branch June 12, 2019 19:41
crystina-z pushed a commit to crystina-z/anserini that referenced this pull request Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants