File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
share/search/index_strategy Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class TrovesearchDenormIndexStrategy(Elastic8IndexStrategy):
5555 CURRENT_STRATEGY_CHECKSUM = ChecksumIri (
5656 checksumalgorithm_name = 'sha-256' ,
5757 salt = 'TrovesearchDenormIndexStrategy' ,
58- hexdigest = '05fde844940b927edaab6d7096d2d845273fde10d3cb5ff1e2862c1161318bbe ' ,
58+ hexdigest = '8a87bb51d46af9794496e798f033e8ba1ea0251fa7a8ffa5d037e90fb0c602c8 ' ,
5959 )
6060
6161 # abstract method from IndexStrategy
@@ -73,7 +73,10 @@ def backfill_message_type(self):
7373
7474 # abstract method from Elastic8IndexStrategy
7575 def index_settings (self ):
76- return {}
76+ return {
77+ 'number_of_shards' : 5 ,
78+ 'number_of_replicas' : 2 ,
79+ }
7780
7881 # abstract method from Elastic8IndexStrategy
7982 def index_mappings (self ):
You can’t perform that action at this time.
0 commit comments