Query: kinosearch1::search::query
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KinoSearch1::Search::Query(3pm) User Contributed Perl Documentation KinoSearch1::Search::Query(3pm)NAMEKinoSearch1::Search::Query - base class for search queriesSYNOPSIS# abstract base classDESCRIPTIONBase class for queries to be performed against an invindex. TermQuery is one example.METHODSset_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.COPYRIGHTCopyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Search::Query(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
Find columns in a file based on header and print to new file |