# File lib/riddle/configuration/index_settings.rb, line 66
      def stopwords=(stopwords)
        @stopword_files = nil_split stopwords, ' '
      end