KinoSearch::Docs::Tutorial - Step-by-step introduction to KinoSearch toolset.
Explore KinoSearch's basic functionality by starting with a minimalist CGI search app based on KSx::Simple and transforming it, step by step, into an "advanced search" interface utilizing more flexible core modules like KinoSearch::InvIndexer and KinoSearch::Searcher.
The source material used by the tutorial app -- an html presentation of the
United States constitution -- can be found in the sample
directory at the root of the KinoSearch distribution, along with finished
indexing and search apps.
sample/USConSchema.pm # custom KinoSearch::Schema subclass
sample/invindexer.pl # indexing app
sample/search.cgi # search app
sample/conf.pl # shared configuration file
sample/us_constitution # html documents
The user is expected to be familiar with OO Perl and basic CGI programming.
The code in this tutorial assumes a Unix-flavored operating system and the Apache webserver, but will work with minor modifications on other setups.
More advanced and esoteric subjects are covered in KinoSearch::Docs::Cookbook.
Copyright 2005-2008 Marvin Humphrey
See KinoSearch version 0.20.