module ThinkingSphinx::Core::Field

Public Instance Methods

infixing?() click to toggle source
# File lib/thinking_sphinx/core/field.rb, line 4
def infixing?
  options[:infixes]
end
prefixing?() click to toggle source
# File lib/thinking_sphinx/core/field.rb, line 8
def prefixing?
  options[:prefixes]
end