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
50 |
# File 'lib/ferret/document/field.rb', line 50 def binary?() return @binary end |