class SunspotMatchers::WithoutMatcher

Public Instance Methods

keys_to_compare() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 188
def keys_to_compare
  [:fq]
end
search_method() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 184
def search_method
  :without
end