Merge commit '15fd712464' into kb_migration

This commit is contained in:
KMY 2023-05-01 15:05:34 +09:00
commit 3a1a6ba39e
289 changed files with 1339 additions and 1337 deletions

View file

@ -31,7 +31,7 @@ class StatusesIndex < Chewy::Index
),
},
},
}
}.freeze
PRODUCTION_SETTINGS = {
filter: {
@ -72,9 +72,9 @@ class StatusesIndex < Chewy::Index
split_mode: 'C',
type: 'sudachi_tokenizer',
discard_punctuation: 'true',
}
}
}
},
},
}.freeze
settings index: { refresh_interval: '30s' }, analysis: Rails.env.development? ? DEVELOPMENT_SETTINGS : PRODUCTION_SETTINGS