-
-
10 Apr 2009 01:02:02 UTC
- Distribution: KinoSearch
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (596 / 25 / 33)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (226.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Marvin Humphrey <marvin at rectangular dot com>
- Dependencies
- Compress::Zlib
- Lingua::Stem::Snowball
- Lingua::StopWords
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
KinoSearch::Search::Query - base class for search queries
SYNOPSIS
# abstract base class
DESCRIPTION
Base class for queries to be performed against an invindex. TermQuery is one example.
METHODS
set_boost get_boost
$term_query_a->set_boost(2); $boolean_query->add_clause( query => $term_query_a, occur => 'SHOULD' ); $boolean_query->add_clause( query => $term_query_b, occur => 'SHOULD' );
The boost of any Query is 1.0 by default. Setting boost to a number greater than one increases a Query's relative contribution to a score, and setting boost to a lower number decreases the contribution.
COPYRIGHT
Copyright 2005-2009 Marvin Humphrey
LICENSE, DISCLAIMER, BUGS, etc.
See KinoSearch version 0.165.
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.