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: {
|
analyzer: {
|
||||||
verbatim: {
|
verbatim: {
|
||||||
tokenizer: 'uax_url_email',
|
tokenizer: 'uax_url_email',
|
||||||
@ -28,7 +35,7 @@ class PublicStatusesIndex < Chewy::Index
|
|||||||
},
|
},
|
||||||
|
|
||||||
content: {
|
content: {
|
||||||
tokenizer: 'standard',
|
tokenizer: 'nori',
|
||||||
filter: %w(
|
filter: %w(
|
||||||
lowercase
|
lowercase
|
||||||
asciifolding
|
asciifolding
|
||||||
|
@ -21,6 +21,13 @@ class StatusesIndex < Chewy::Index
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
tokenizer: {
|
||||||
|
nori: {
|
||||||
|
type: 'nori_tokenizer',
|
||||||
|
decompound_mode: 'mixed',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
analyzer: {
|
analyzer: {
|
||||||
verbatim: {
|
verbatim: {
|
||||||
tokenizer: 'uax_url_email',
|
tokenizer: 'uax_url_email',
|
||||||
@ -28,7 +35,7 @@ class StatusesIndex < Chewy::Index
|
|||||||
},
|
},
|
||||||
|
|
||||||
content: {
|
content: {
|
||||||
tokenizer: 'standard',
|
tokenizer: 'nori',
|
||||||
filter: %w(
|
filter: %w(
|
||||||
lowercase
|
lowercase
|
||||||
asciifolding
|
asciifolding
|
||||||
|
Loading…
Reference in New Issue
Block a user