معرفی شرکت ها


libdbix-fulltextsearch-perl_0.73-12_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Indexing documents with MySQL as storage
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Jammy-22.04
مخزن Ubuntu universe all
نام بسته libdbix-fulltextsearch-perl
نام فایل بسته libdbix-fulltextsearch-perl_0.73-12_all.deb
نسخه بسته 0.73
انتشار بسته 12
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://metacpan.org/release/DBIx-FullTextSearch
مجوز -
حجم دانلود 44740
حجم نصب 125
DBIx::FullTextSearch is a flexible solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for matches. For DBIx::FullTextSearch, a document is nearly anything -- Perl scalar, file, Web document, database field. . The basic style of interface is shown above. What you need is a MySQL database and a DBI with DBD::mysql. Then you create a DBIx::FullTextSearch index -- a set of tables that maintain all necessary information. Once created it can be accessed many times, either for updating the index (adding documents) or searching. . DBIx::FullTextSearch uses one basic table to store parameters of the index. Second table is used to store the actual information about documents and words, and depending on the type of the index (specified during index creation) there may be more tables to store additional information (like conversion from external string names (eg. URL's) to internal numeric form). For a user, these internal thingies and internal behaviour of the index are not important. The important part is the API, the methods to index document and ask questions about words in documents. However, certain understanding of how it all works may be useful when you are deciding if this module is for you and what type of index will best suit your needs.


نیازمندی

مقدار نام
- perl
- libparse-recdescent-perl
- libdbd-mysql-perl
- libwww-perl


نحوه نصب


نصب پکیج deb libdbix-fulltextsearch-perl:

    sudo apt-get install libdbix-fulltextsearch-perl_0.73-12_all.deb


فایل ها

مسیرها
./usr/share/doc/libdbix-fulltextsearch-perl/README.developer
./usr/share/doc/libdbix-fulltextsearch-perl/README.gz
./usr/share/doc/libdbix-fulltextsearch-perl/TODO
./usr/share/doc/libdbix-fulltextsearch-perl/changelog.Debian.gz
./usr/share/doc/libdbix-fulltextsearch-perl/copyright
./usr/share/doc/libdbix-fulltextsearch-perl/examples/admin.cgi
./usr/share/doc/libdbix-fulltextsearch-perl/examples/ftsadmin.gz
./usr/share/man/man3/DBIx::FullTextSearch.3pm.gz
./usr/share/man/man3/DBIx::FullTextSearch::StopList.3pm.gz
./usr/share/perl5/DBIx/FullTextSearch/Blob.pm
./usr/share/perl5/DBIx/FullTextSearch/BlobFast.pm
./usr/share/perl5/DBIx/FullTextSearch/Column.pm
./usr/share/perl5/DBIx/FullTextSearch/File.pm
./usr/share/perl5/DBIx/FullTextSearch/Phrase.pm
./usr/share/perl5/DBIx/FullTextSearch/StopList.pm
./usr/share/perl5/DBIx/FullTextSearch/String.pm
./usr/share/perl5/DBIx/FullTextSearch/Table.pm
./usr/share/perl5/DBIx/FullTextSearch/TestConfig.pm
./usr/share/perl5/DBIx/FullTextSearch/URL.pm
./usr/share/perl5/DBIx/FullTextSearch.pm