Merge commit '15fd712464
' into kb_migration
This commit is contained in:
commit
3a1a6ba39e
289 changed files with 1339 additions and 1337 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue