Skip to content

Commit

Permalink
更新公共状态索引,使用'ik_max_word'分词器替换'uax_url_email'
Browse files Browse the repository at this point in the history
  • Loading branch information
bingxin666 committed Jan 25, 2025
1 parent cb832b8 commit 49c6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chewy/public_statuses_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PublicStatusesIndex < Chewy::Index

Check failure on line 32 in app/chewy/public_statuses_index.rb

View workflow job for this annotation

GitHub Actions / lint

[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
analyzer: {
verbatim: {
tokenizer: 'uax_url_email',
tokenizer: 'ik_max_word',
filter: %w(lowercase),
},

Expand Down

0 comments on commit 49c6601

Please sign in to comment.