Method: MeiliSearch::Index#reset_stop_words

Defined in:
lib/meilisearch/index.rb

#reset_stop_wordsObject



292
293
294
# File 'lib/meilisearch/index.rb', line 292

def reset_stop_words
  http_delete "/indexes/#{@uid}/settings/stop-words"
end