# Auto-generated file -- DO NOT EDIT!!!!!
=head1 NAME
KinoSearch::FieldType - Define a field's behavior.
=head1 SYNOPSIS
# abstract base class
=head1 DESCRIPTION
Define a field's behavior.
FieldType is an abstract class defining a set of traits and behaviors which
may be associated with one or more field names.
=head1 METHODS
=head2 set_boost(boost)
Set a multiplier which determines how much a field contributes to a
document's score. Default 1.0.
=head2 get_boost()
Accessor for "boost".
=head2 set_indexed(indexed)
Indicate whether the field should be indexed (so that it can be
searched).
=head2 indexed()
Accessor for "indexed" property.
=head2 set_stored(stored)
Indicate whether to store the raw field value, so that it can be
retrieved when a document turns up in a search.
=head2 stored()
Accessor for "stored" property.
=head2 binary()
Indicate whether the field contains binary data.
=head1 INHERITANCE
KinoSearch::FieldType isa L<KinoSearch::Obj>.
=head1 COPYRIGHT AND LICENSE
Copyright 2005-2009 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut