Method: Ferret::Document::Field#stored?

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

#stored?Boolean

True iff the value of the field is to be stored in the index for return with search hits. It is an error for this to be true if a field is Reader-valued.

Returns:

  • (Boolean)


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

def stored?() return @stored end