lib/riddle/configuration/index_settings.rb in riddle-2.4.0 vs lib/riddle/configuration/index_settings.rb in riddle-2.4.1

- old
+ new

@@ -13,11 +13,11 @@ :expand_keywords, :ngram_len, :ngram_chars, :phrase_boundary, :phrase_boundary_step, :blend_chars, :blend_mode, :html_strip, :html_index_attrs, :html_remove_elements, :preopen, :ondisk_dict, :inplace_enable, :inplace_hit_gap, :inplace_docinfo_gap, :inplace_reloc_factor, :inplace_write_factor, :index_exact_words, - :overshort_step, :stopwords_step, :hitless_words, :ha_strategy, + :overshort_step, :stopword_step, :hitless_words, :ha_strategy, :bigram_freq_words, :bigram_index, :index_field_lengths, :regexp_filter, :stopwords_unstemmed, :global_idf, :rlp_context, :ondisk_attrs ] end @@ -31,10 +31,10 @@ :ngram_characters, :phrase_boundaries, :phrase_boundary_step, :blend_chars, :blend_mode, :html_strip, :html_index_attrs, :html_remove_element_tags, :preopen, :ondisk_dict, :inplace_enable, :inplace_hit_gap, :inplace_docinfo_gap, :inplace_reloc_factor, :inplace_write_factor, :index_exact_words, :overshort_step, - :stopwords_step, :hitless_words, :ha_strategy, :bigram_freq_words, + :stopword_step, :hitless_words, :ha_strategy, :bigram_freq_words, :bigram_index, :index_field_lengths, :regexp_filter, :stopwords_unstemmed, :global_idf, :rlp_context, :ondisk_attrs def initialize_settings @morphologies = []