Man Page: tm::index::characteristics
Operating Environment: debian
Section: 3pm
TM::Index::Characteristics(3pm) User Contributed Perl Documentation TM::Index::Characteristics(3pm)NAMETM::Index::Characteristics - Topic Maps, Indexing support (match layer)SYNOPSIS# somehow get a map (any subclass of TM will do) my $tm = ... # one option: create a lazy index which learns as you go use TM::Index::Characteristics; my $idx = new TM::Index::Characteristics ($tm); # for most operations which involve match_forall to be called # for querying characteristics should be much fasterDESCRIPTIONThis index can be attached to a map if querying it for characteristics (here names and occurrences) is intensive. The package inherits most of its functionality from TM::Index.INTERFACEConstructor The constructor/destructor is inherited from TM::Index. MethodsSEE ALSOTM, TM::IndexCOPYRIGHT AND LICENSECopyright 200[6] by Robert Barta, <drrho@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-24 TM::Index::Characteristics(3pm)
| Related Man Pages |
|---|
| lire::config::index(3pm) - debian |
| plucene::index::segmentsreader(3pm) - debian |
| pod::index::extract(3pm) - debian |
| pod::index::search(3pm) - debian |
| tm::index(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |