Change search indexing to use batches to minimize resource usage (#18451)

This commit is contained in:
Eugen Rochko
2022-05-18 23:29:14 +02:00
committed by GitHub
parent ded5a0254a
commit 679b7158e3
10 changed files with 64 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
class StatusesIndex < Chewy::Index
include FormattingHelper
settings index: { refresh_interval: '15m' }, analysis: {
settings index: { refresh_interval: '30s' }, analysis: {
filter: {
english_stop: {
type: 'stop',