Circa::Indexer

Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql.
Download

Circa::Indexer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alain BARBET
  • Publisher web site:
  • http://search.cpan.org/~alian/

Circa::Indexer Tags


Circa::Indexer Description

Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql. Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql.SYNOPSIS use Circa::Indexer; my $indexor = new Circa::Indexer; die "Erreur la connection MySQL:$DBI::errstrn" if (!$indexor->connect); $indexor->create_table_circa; $indexor->drop_table_circa; $indexor->addSite({url => "http://www.alianwebserver.com/", email => 'alian@alianwebserver.com', title => "Alian Web Server"}); my ($nbIndexe,$nbAjoute,$nbWords,$nbWordsGood) = $indexor->parse_new_url(1); print "$nbIndexe pages indexes," "$nbAjoute pages ajoutes," "$nbWordsGood mots indexs," "$nbWords mots lusn"; $indexor->update(30,1);Look too in circa_admin,admin.cgi,admin_compte.cgiThis is Circa::Indexer, a module who provide functions to administrate Circa, a www search engine running with Mysql. Circa is for your Web site, or for a list of sites. It indexes like Altavista does. It can read, add and parse all url's found in a page. It add url and word to MySQL for use it at search.This module provide routine to :Add url· Create and update each account· Parse url, Index words, and so on.· Provide routine to administrate present urlRemarques:· This file are not added : doc,zip,ps,gif,jpg,gz,pdf,eps,png, deb,xls,ppt,class,GIF,css,js,wav,mid· Weight for each word is in hash $ConfigMoteur Requirements: · Perl


Circa::Indexer Related Software