enhance: use nori
This commit is contained in:
parent
8839cdd4d0
commit
8dbc610125
@ -21,6 +21,13 @@ class PublicStatusesIndex < Chewy::Index
|
||||
},
|
||||
},
|
||||
|
||||
tokenizer: {
|
||||
nori: {
|
||||
type: 'nori_tokenizer',
|
||||
decompound_mode: 'mixed',
|
||||
},
|
||||
},
|
||||
|
||||
analyzer: {
|
||||
verbatim: {
|
||||
tokenizer: 'uax_url_email',
|
||||
@ -28,7 +35,7 @@ class PublicStatusesIndex < Chewy::Index
|
||||
},
|
||||
|
||||
content: {
|
||||
tokenizer: 'standard',
|
||||
tokenizer: 'nori',
|
||||
filter: %w(
|
||||
lowercase
|
||||
asciifolding
|
||||
|
@ -21,6 +21,13 @@ class StatusesIndex < Chewy::Index
|
||||
},
|
||||
},
|
||||
|
||||
tokenizer: {
|
||||
nori: {
|
||||
type: 'nori_tokenizer',
|
||||
decompound_mode: 'mixed',
|
||||
},
|
||||
},
|
||||
|
||||
analyzer: {
|
||||
verbatim: {
|
||||
tokenizer: 'uax_url_email',
|
||||
@ -28,7 +35,7 @@ class StatusesIndex < Chewy::Index
|
||||
},
|
||||
|
||||
content: {
|
||||
tokenizer: 'standard',
|
||||
tokenizer: 'nori',
|
||||
filter: %w(
|
||||
lowercase
|
||||
asciifolding
|
||||
|
Loading…
Reference in New Issue
Block a user