|
NAMESearch::OpenFTS::Dict::UnknownDict - The dictionary of unknown wordsSYNOPSISThe designermy $voc=Search::OpenFTS::Dict::UnknownDict->new( DBI=>$dbi, index=>[ 0 | 1 ], table=>NAME_OF_TABLE );index - Use 1 to store and index unknown lexemes, otherwise use 0. If DBI is ommited then dictionary doesn't store word in table and always return lowercased word. my $voc=Search::OpenFTS::Dict::UnknownDict->init( DBI=>$dbi ); At creation of the dictionary $voc->drop - drop table; Methods
SEE ALSOThe OpenFTS Primer ( see doc/ subdirectory ) The Crash-course to OpenFTS ( in examples/ subdirectory ) perldoc Search::OpenFTS::Search perldoc Search::OpenFTS::Index perldoc Search::OpenFTS::Parser perldoc Search::OpenFTS::Dict::PorterEng perldoc Search::OpenFTS::Dict::Snowball perldoc Search::OpenFTS::Morph::ISpell POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |