Skip to content

Commit

Permalink
nightly bench: switch PostingsFormat from Lucene90 -> Lucene99
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Nov 9, 2023
1 parent 1aa00e1 commit 3bf9a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
raise RuntimeException('ANALYZER should now be specified per-index and per-competitor')
#DEFAULTS

POSTINGS_FORMAT_DEFAULT='Lucene90'
POSTINGS_FORMAT_DEFAULT='Lucene99'
ID_FIELD_POSTINGS_FORMAT_DEFAULT=POSTINGS_FORMAT_DEFAULT
FACET_FIELD_DV_FORMAT_DEFAULT='Lucene90' # this field is not used as a default. Change the code in src/main/perf/Indexer.java to use a different DV format
ANALYZER_DEFAULT='StandardAnalyzer'
Expand Down

0 comments on commit 3bf9a51

Please sign in to comment.