Changes for version 1.01 - 2010-10-27

  • Attempt to hide private classes from search.cpan.org more effectively.

Documentation

dump the contents of an index
overview of invindex file format
sample indexing and search applications

Modules

search engine library
base class for analyzers
convert input to lower case
multiple analyzers in series
reduce related words to a shared root
suppress a "stoplist" of common words
a collection of tokens
customizable tokenizing
a field within a document
encode excerpted text
format highlighted bits within excerpts
create and highlight excerpts
encode a few HTML entities
surround highlight bits with tags
string of text associated with a field
build inverted indexes
transform a string into a Query object
match boolean combinations of Queries
successful match against a Query
access search results
Aggregate results from multiple searchers.
match ordered list of Terms
base class for search queries
build a filter based on results of a query
connect to a remote SearchServer
make a Searcher remotely accessible
match individual Terms
execute searches
file system InvIndex
in-memory InvIndex

Provides

in lib/KinoSearch1/Search/BooleanQuery.pm
in lib/KinoSearch1/Search/MultiSearcher.pm
in lib/KinoSearch1/Search/PhraseQuery.pm
in lib/KinoSearch1/Search/Similarity.pm
in lib/KinoSearch1/Search/TermQuery.pm
in lib/KinoSearch1/Search/Similarity.pm