module ThinkingSphinx::Core::Field
Public Instance Methods
infixing?()
click to toggle source
# File lib/thinking_sphinx/core/field.rb, line 2 def infixing? options[:infixes] end
prefixing?()
click to toggle source
# File lib/thinking_sphinx/core/field.rb, line 6 def prefixing? options[:prefixes] end