=head1 NAME KinoSearch::Docs::Tutorial - Step-by-step introduction to KinoSearch toolset. =head1 ABSTRACT Explore KinoSearch's basic functionality by starting with a minimalist CGI search app based on L and transforming it, step by step, into an "advanced search" interface utilizing more flexible core modules like L and L. =head1 DESCRIPTION =head2 Chapters =over =item * L - Build a bare-bones search app using L. =item * L - Rebuild the app using core classes like L and L in place of KSx::Simple. =item * L - Experiment with different field characteristics using subclasses of L. =item * L - Examine how the choice of L subclass affects search results. =item * L - Augment search results with highlighted excerpts. =item * L - Unlock advanced search features by using Query objects instead of query strings. =back =head2 Source materials The source material used by the tutorial app -- an html presentation of the United States constitution -- can be found in the C directory at the root of the KinoSearch distribution, along with finished indexing and search apps. sample/indexer.pl # indexing app sample/search.cgi # search app sample/us_constitution # html documents =head2 Conventions 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. =head1 SEE ALSO More advanced and esoteric subjects are covered in L. =head1 COPYRIGHT Copyright 2005-2009 Marvin Humphrey =head1 LICENSE, DISCLAIMER, BUGS, etc. See L version 0.30.