Skip to content

Commit

Permalink
TEMPORARY: tweak for backfill test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Apr 7, 2023
1 parent 1cb7dee commit fc13cff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions share/search/index_strategy/sharev2_elastic8.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Sharev2Elastic8IndexStrategy(Elastic8IndexStrategy):
CURRENT_STRATEGY_CHECKSUM = ChecksumIri(
checksumalgorithm_name='sha-256',
salt='Sharev2Elastic8IndexStrategy',
hexdigest='5ef50fba9311fd5c5413509d00134991517955697dd7dc7e1bf212e052ceb04f',
# hexdigest='5ef50fba9311fd5c5413509d00134991517955697dd7dc7e1bf212e052ceb04f',
hexdigest='0841d3f721fed9af4b4537b149c2ad5cb8827248c831ce99d646f042e23f5f58',
)

# abstract method from IndexStrategy
Expand All @@ -33,7 +34,7 @@ def index_settings(self):
'autocomplete_filter': {
'type': 'edge_ngram',
'min_gram': 1,
'max_gram': 20,
'max_gram': 16,
}
},
'analyzer': {
Expand Down

0 comments on commit fc13cff

Please sign in to comment.