-
-
27 Oct 2007 19:46:10 UTC
- Development release
- Distribution: KinoSearch
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (21 / 5 / 2)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (460.82KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Marvin Humphrey <marvin at rectangular dot com>
- Dependencies
- Compress::Zlib
- HTML::Parser
- Lingua::Stem::Snowball
- Lingua::StopWords
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
KinoSearch::Docs::Cookbook - Overview
DESCRIPTION
Each of the recipes in the Cookbook uses the completed Tutorial application as its point of departure. The materials can be found in the
sample
directory at the root of the KinoSearch distribution:sample/USConSchema.pm # custom KinoSearch::Schema subclass sample/invindexer.plx # indexing app sample/search.cgi # search app sample/us_constitution # html documents
Chapters
KinoSearch::Docs::Cookbook::ReusingSearchers - Radically improve search-time performance by using FastCGI or mod_perl and caching a Searcher/IndexReader. [TODO]
KinoSearch::Docs::Cookbook::ScalingUp - distribute really large indexes over multiple machines. [TODO]
KinoSearch::Docs::Cookbook::DynamicFields - adding fields on the fly at index-time. [TODO]
KinoSearch::Docs::Cookbook::SubclassingAnalyzer - Build your own subclass of Analyzer. [TODO]
COPYRIGHT
Copyright 2005-2007 Marvin Humphrey
LICENSE, DISCLAIMER, BUGS, etc.
See KinoSearch version 0.20.
Module Install Instructions
To install KinoSearch, copy and paste the appropriate command in to your terminal.
cpanm KinoSearch
perl -MCPAN -e shell install KinoSearch
For more information on module installation, please visit the detailed CPAN module installation guide.