Method: Ferret::Document::Field#binary?

Defined in:
lib/ferret/document/field.rb

#binary?Boolean

True if the field is to be stored as a binary value. This can be used to store images or other binary data in the index if you wish

Returns:

  • (Boolean)


50
# File 'lib/ferret/document/field.rb', line 50

def binary?() return @binary end