Class: Ferret::Document::Field::Store

Inherits:
Utils::Parameter show all
Defined in:
lib/ferret/document/field.rb

Constant Summary collapse

COMPRESS =

Store the original field value in the index in a compressed form. This is useful for long documents and for binary valued fields.

Store.new("COMPRESS")
YES =

Store the original field value in the index. This is useful for short texts like a document’s title which should be displayed with the results. The value is stored in its original form, i.e. no analyzer is used before it is stored.

Store.new("YES")
NO =

Do not store the field value in the index.

Store.new("NO")

Method Summary

Methods inherited from Utils::Parameter

#_dump, _load, #hash, #to_s