Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter


(Back to Top)


NAME

Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter

(Back to Top)


SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 use Taxi::Mysql::Format;
 ##========================================================================
 ## Constructors etc.
 $q = $CLASS_OR_OBJ->new($subclass, %args);

(Back to Top)


DESCRIPTION

Taxi::Mysql::Format is just a wrapper class for creating hit formatting subclass objects. See the documentation of the base class Taxi::Mysql::Format::Base for details on hit formatting API methods.

Globals etc.

Variable: @ISA

Taxi::Mysql::Format inherits from Taxi::Mysql::Base.

Variable: $DEFAULT_SUBCLASS

Default formatting subclass, used when all else fails.

Constructors etc.

new
 $q = $CLASS_OR_OBJ->new($subclass, %args);

Object structure, %args:

   {
    ##-- Source data
    index  => $index,     ##-- underlying Taxi::Mysql object
   }

For additional %args: see documentation for $subclass.

(Back to Top)


ACKNOWLEDGEMENTS

Perl by Larry Wall.

(Back to Top)


AUTHOR

Bryan Jurish <moocow@ling.uni-potsdam.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2006 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)


SEE ALSO

perl(1)
Taxi::Mysql(3perl)
Taxi::Mysql::HitList(3perl)
Taxi::Mysql::Format::Base(3perl)
Taxi::Mysql::Format::Template(3perl)
Taxi::Mysql::Format::Text(3perl)
Taxi::Mysql::Format::Text1(3perl)
Taxi::Mysql::Format::TextBibl(3perl)
Taxi::Mysql::Format::XML(3perl)
Taxi::Mysql::Format::XMLBibl(3perl)
Taxi::Mysql::Format::XSLT(3perl)
Taxi::Mysql::Format::XSLTBibl(3perl)
Taxi::Mysql::Format::HTML(3perl)

(Back to Top)

 Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter