Sha256: cb10d59af62ee609f8afc01e3544e8b87c70009365a8fc3df6dd8ec682dfb4c3
Contents?: true
Size: 369 Bytes
Versions: 16
Compression:
Stored size: 369 Bytes
Contents
module Sunspot module DSL #:nodoc: module Spellcheckable #:nodoc # Ask Solr to suggest alternative spellings for the query # # ==== Options # # The list of options can be found here: http://wiki.apache.org/solr/SpellCheckComponent def spellcheck(options = {}) @query.add_spellcheck(options) end end end end
Version data entries
16 entries across 16 versions & 2 rubygems