
KinoSearch::FieldType - Define a field's behavior.

# abstract base class

FieldType is an abstract class defining a set of traits and behaviors which may be associated with one or more field names.

Set a multiplier which determines how much a field contributes to a document's score. Default 1.0.
Accessor for "boost".
Indicate whether the field should be indexed (so that it can be searched).
Accessor for "indexed" property.
Indicate whether to store the raw field value, so that it can be retrieved when a document turns up in a search.
Accessor for "stored" property.
Indicate whether the field contains binary data.

KinoSearch::FieldType isa KinoSearch::Obj.

Copyright 2005-2009 Marvin Humphrey

See KinoSearch version 0.30.