Commit a4a258efa65df5ddc41aeea075de77b57fd8e846
Exists in
master
and in
21 other branches
Merge pull request #354 from mengqing/master
Updated README.md - link to the complete list of analyzers
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -702,7 +702,7 @@ Product.searchkick_index.tokens("dieg", analyzer: "searchkick_word_search") |
702 | 702 | # ["dieg"] - match!! |
703 | 703 | ``` |
704 | 704 | |
705 | -See the [complete list of analyzers](lib/searchkick/reindex.rb#L86). | |
705 | +See the [complete list of analyzers](lib/searchkick/index.rb#L209). | |
706 | 706 | |
707 | 707 | ## Deployment |
708 | 708 | ... | ... |