Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter |
Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter
##======================================================================== ## PRELIMINARIES
use Taxi::Mysql::Format;
##======================================================================== ## Constructors etc.
$q = $CLASS_OR_OBJ->new($subclass, %args);
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.
Taxi::Mysql::Format inherits from Taxi::Mysql::Base.
Default formatting subclass, used when all else fails.
$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.
Perl by Larry Wall.
Bryan Jurish <moocow@ling.uni-potsdam.de>
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.
perl(1)
Taxi::Mysql::Format - extendable full-text index using mysql: hit list formatter |