Method: Sunspot::Query::MoreLikeThis#minimum_word_length=

Defined in:
lib/sunspot/query/more_like_this.rb

#minimum_word_length=(minwl) ⇒ Object



29
30
31
# File 'lib/sunspot/query/more_like_this.rb', line 29

def minimum_word_length=(minwl)
  @params[:"mlt.minwl"] = minwl
end