Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Drop decompounder from search settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jun 17, 2017
1 parent ccd360c commit 9d5a7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/hdo/search/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def default
type: 'stop',
stopwords: locale.fetch(:stopwords)
},
hdo_decompounder: {
type: 'dictionary_decompounder',
word_list_path: word_list_path
},
# hdo_decompounder: {
# type: 'dictionary_decompounder',
# word_list_path: word_list_path
# },
hdo_synonym: {
type: "synonym",
synonyms_path: synonyms_path
Expand Down

0 comments on commit 9d5a7ba

Please sign in to comment.